{"id":18573148,"url":"https://github.com/localstack-samples/snowflake-query-processors","last_synced_at":"2026-02-06T23:32:27.123Z","repository":{"id":224833655,"uuid":"764284717","full_name":"localstack-samples/snowflake-query-processors","owner":"localstack-samples","description":"Sample repo for adding new query processors to LocalStack Snowflake","archived":false,"fork":false,"pushed_at":"2025-10-22T12:34:06.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T14:48:02.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/localstack-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-27T20:02:19.000Z","updated_at":"2025-10-22T12:34:10.000Z","dependencies_parsed_at":"2024-07-19T00:08:46.147Z","dependency_job_id":"0189311b-75a2-4be9-a416-1e4ca78c5f00","html_url":"https://github.com/localstack-samples/snowflake-query-processors","commit_stats":null,"previous_names":["whummer/localstack-snowflake","localstack-samples/snowflake-query-processors"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/localstack-samples/snowflake-query-processors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack-samples%2Fsnowflake-query-processors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack-samples%2Fsnowflake-query-processors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack-samples%2Fsnowflake-query-processors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack-samples%2Fsnowflake-query-processors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localstack-samples","download_url":"https://codeload.github.com/localstack-samples/snowflake-query-processors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack-samples%2Fsnowflake-query-processors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29180410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T23:08:10.062Z","updated_at":"2026-02-06T23:32:27.119Z","avatar_url":"https://github.com/localstack-samples.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LocalStack Snowflake Query Processors\n\nSample repo for adding new query processors to the LocalStack Snowflake emulator.\n\n## Prerequisites\n\n* Python 3.10+\n* Docker\n* LocalStack Pro account, with access to the Snowflake emulator (beta)\n\n## Installing\n\nRun the following command to install the dependencies for this repo:\n```\n$ make install\n```\n\n## Building and Running\n\nFor all commands below, make sure to have your `LOCALSTACK_AUTH_TOKEN` configured in your terminal session.\n\nRun this command to build the extension in this repo:\n```\n$ make dist\n```\n\nRun this command to enable this project as a LocalStack extension in dev mode:\n```\n$ make enable-dev\n```\n\nRun the following command to start up LocalStack Snowflake with this project enabled as an extension in dev mode:\n```\n$ make start\n```\n\nIf the installation was successful, you should be able to `curl` the session endpoint:\n```\n$ curl -d '{}' snowflake.localhost.localstack.cloud:4566/session\n{\"success\": true}\n```\n\nTo stop the running LocalStack instance run:\n```\n$ make stop\n```\n\n## Testing\n\nUse this target to trigger the integration tests, which will run a couple of simple commands/queries against the local Snowflake emulator:\n```\n$ make test\n```\n\nTo iterate on the tests: Whenever you make some changes to the plugin logic, restart your LocalStack container to fully re-load the code in a new session - the changes should get loaded automatically as the extension is installed in dev mode (i.e., local code gets mounted into the container). Once restarted, the tests can be executed again via `make test`.\n\n## License\n\nThe code in this repo is published under the Apache 2.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack-samples%2Fsnowflake-query-processors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalstack-samples%2Fsnowflake-query-processors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack-samples%2Fsnowflake-query-processors/lists"}