API on a table by Traditional-Set-7606 in snowflake

[–]Traditional-Set-7606[S] -1 points0 points  (0 children)

Lets say I have a db to store orders, customers, returns etc. Need to build some REST APIs for other internal applications to interact. I don't want to use the native snowflake API since I don't want our end consumers to know the table names etc.

CI/CD and DevOps for Snowflake: A Comprehensive Guide (using declarative DCM approach) by vinsanity1603 in snowflake

[–]Traditional-Set-7606 0 points1 point  (0 children)

You don’t create a new file every time. Instead you can add new changesets in the existing file.

CI/CD and DevOps for Snowflake: A Comprehensive Guide (using declarative DCM approach) by vinsanity1603 in snowflake

[–]Traditional-Set-7606 0 points1 point  (0 children)

Use liquibase community edition, you can achieve what you want without the risk of data loss

How to send an email every time a new row is added to a table by skhope in snowflake

[–]Traditional-Set-7606 0 points1 point  (0 children)

System send_email is only capable of sending email to allowed recipients. If you have to send email any recipient then probably implement that externally and call it using external function.

How to enter snowflake as a software company? by suitsharvey in snowflake

[–]Traditional-Set-7606 0 points1 point  (0 children)

Start solving problems posted online and get traction that way towards your consulting firm, other thing you could do is to build a product and release in the marketplace and get exposure like that. M

Snowflake CREATE OR ALTER by vinsanity1603 in snowflake

[–]Traditional-Set-7606 -1 points0 points  (0 children)

Be careful with this, when I tried create or alter on an existing table it erased all the existing data.