datalytyx / snowflake-webhooks

A work around implementation to allow webhooks to be called from inside Snowflake. This allows powerful bidirectional integration between Snowflake and other external systems.
Apache License 2.0
15 stars 0 forks source link

Change sql to "create if not exists" #1

Closed dmarts closed 5 years ago

dmarts commented 5 years ago

Switch from delete metadata db and create to create if not exists so that existing config is maintained if the script is re-run.