Changelog¶
v0.1.13¶
Addition of
snowprocess- background module, no user-facing changes
v0.1.12¶
Removing
from_fileargument fromsnowquery.queryAdded manual commits to
snowloaderbetween commands ensure DDL execution is realized by the warehouse before data is attempted to load into table
v0.1.11¶
snowscripterAdding additional logic to strip comments from object such that script.run() only runs on executable sql
v0.1.10¶
v0.1.9¶
Fixing issue with caching syncing up across classes
v0.1.8¶
v0.1.7¶
v0.1.6¶
snowscripterAddition of sql parsing logic for comment cleansing
snowcredsAdditional caching logic
v0.1.5¶
Docs addition only
v0.1.4¶
Switching dynamic tags to include beta indicator
v0.1.3¶
Quick patch of HTML tag causing explosion in the docs
v0.1.2¶
snowqueryChange from
snowquery.Snowflake()tosnowquery.Connector()for semantic purposes / clarity of instantiation
snowscripterAddition of
snowscripter.Scriptmethods:.reload_source().get_statements().fetch()
Addition of
snowscripter.Statementmethods.execute()w/ keyword argsreturn_results,render, anddescribe.render().raw()
v0.1.1¶
Simplifying
snowscripter.raw()
v0.1.0¶
Initial upload for Python 3.7 and 3.8