Skip to content
Advertisement

Tag: assert

Assertions in Snowflake

Is there a way to perform assertions in Snowflake? Basically, I’m trying to do a bit of testing/TDD, and I’d like a mechanism similar to assertions in every other language: If the assertion succeeds, it returns true (and/or prints a success message). If the assertion fails, an exception is raised. Answer I couldn’t find any way to perform assertions in

Advertisement