universql
universql copied to clipboard
Query Snowflake tables locally with DuckDB, without any need for a running warehouse
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.29.0 to 3.33.0. Release notes Sourced from google-cloud-bigquery's releases. v3.33.0 3.33.0 (2025-05-19) Features Add ability to set autodetect_schema query param in update_table (#2171) (57f940d) Add dtype parameters...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.37 to 2.0.41. Release notes Sourced from sqlalchemy's releases. 2.0.41 Released: May 14, 2025 platform [platform] [bug] Adjusted the test suite as well as the ORM's method...
Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.41.1 to 1.45.1. Release notes Sourced from streamlit's releases. 1.45.1 Full Changelog: https://github.com/streamlit/streamlit/compare/1.45.0...1.45.1 1.45.0 What's Changed Breaking Changes 🛠 [fix] Slugify Markdown anchors by @sfc-gh-bnisco in streamlit/streamlit#10925...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.3 to 3.3.7. Commits f798a4a Bump pylint to 3.3.7, update changelog (#10367) f9773de Consistency between is/is not and ==/!= when comparing types... 0533111 [fix] Fix a crash...
Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 3.13.0 to 3.15.0. Release notes Sourced from snowflake-connector-python's releases. 3.15.0 v3.15.0(Apr 29,2025) Bumped up min boto and botocore version to 1.24. OCSP: terminate certificates chain traversal if...
Bumps the pip group with 3 updates: [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python), [cryptography](https://github.com/pyca/cryptography) and [h11](https://github.com/python-hyper/h11). Updates `snowflake-connector-python` from 3.13.0 to 3.13.1 Release notes Sourced from snowflake-connector-python's releases. 3.13.1 v3.13.1(January 29, 2025) Remedied SQL injection...
Run the following code in Snowflake directly: ``` CREATE OR REPLACE ICEBERG TABLE universql_demo.gold.finwire_cmp ( PTS TIMESTAMP NOT NULL, CompanyName STRING NOT NULL, CIK STRING NOT NULL, Status STRING NOT...
``` --works CREATE SCHEMA schema_name; CREATE OR REPLACE SCHEMA schema_name; CREATE IF NOT EXISTS SCHEMA schema_name; --fails DROP SCHEMA schema_name;
Run the following code in snowflake: ``` CREATE OR REPLACE ICEBERG TABLE universql_demo.gold.finwire_cmp ( PTS TIMESTAMP NOT NULL, CompanyName STRING NOT NULL, CIK STRING NOT NULL, Status STRING NOT NULL,...
[Snowflake tasks](https://docs.snowflake.com/en/user-guide/tasks-intro)