Functions overloading
Snowflake support procedures and functions overloading. You can create multiple UDFs with the same name but with different types of arguments..
Let's create:
The first one has Table A as a source, and the second one Table B.
Now let's create VIEWs depending on these functions:
Here is the Dwh.dev result:
Last updated