User Activity

I have a Multi File Reader reading a series of S3 files using a wildcard, and writing the data to Snowflake. There is a Mapper in between. Functionally, everything is working as expected. I’d like to get the name of the file in which the data was re...
I have a simple, two-snap pipeline: read data from an Azure DB, upsert data to Snowflake. When I specify all schema and table names, and the key columns in the upsert, everything works. Now I would like to use parameters. Pipeline Parameters Bulk Up...