rinsed-org / rb-snowflake-client

pure ruby snowflake (REST API) client
MIT License
9 stars 11 forks source link

Allow specifying `schema` in `query` method #34

Closed jordan-brough closed 5 months ago

jordan-brough commented 5 months ago

It seems that some operations (e.g. COPY INTO) require passing the schema via an api param, rather than in the text of the SQL query.