- Addition of
snowprocess
- background module, no user-facing changes
- Removing
from_file
argument fromsnowquery.query
- Added manual commits to
snowloader
between commands ensure DDL execution is realized by the warehouse before data is attempted to load into table
snowscripter
- Adding additional logic to strip comments from object such that script.run() only runs on executable sql
- Fixing issue with caching syncing up across classes
snowscripter
- Addition of sql parsing logic for comment cleansing
snowcreds
- Additional caching logic
- Docs addition only
- Switching dynamic tags to include beta indicator
- Quick patch of HTML tag causing explosion in the docs
snowquery
- Change from
snowquery.Snowflake()
tosnowquery.Connector()
for semantic purposes / clarity of instantiation
- Change from
snowscripter
- Addition of
snowscripter.Script
methods:.reload_source()
.get_statements()
.fetch()
- Addition of
snowscripter.Statement
methods.execute()
w/ keyword argsreturn_results
,render
, anddescribe
.render()
.raw()
- Addition of
- Simplifying
snowscripter.raw()
- Initial upload for Python 3.7 and 3.8
<style> .md-typeset ul { list-style-type: circle; margin-bottom: -0.15rem; } .md-typeset hr { border-bottom: .1rem dotted #6a94bf73; margin-left: 0.2rem; padding-top: 0.3rem; padding-bottom: 0.5rem; margin-right: 0.2rem; } .md-typeset h2 { font-weight: 800; padding-left: 0.5rem; } li::marker { color: rgb(138, 255, 255); } </style>