We will have flat files loaded into snowflake tables in staging schema from AWS S3. Now we need to perform simple transformations like aggregations, mapping, calculation etcetc. I know we can use informatica, other tools but we really do not have that big transformations to consume third party tools
We have to load as-is flat files from AWS S3 to snowflake so can't use transformations in copy command.
What is the easiest way and best practice to do transformations in snowflake considering simple and basic transformations.
Thanks