Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello rpc1235x,
You can produce the query string in the Datetime Fixer Mapper, and pass it as is to the Snowflake Execute Snap with Pass Through enabled.
That way you will have the query string in the original attribute downstream.
Regards,
Aleksandar.
rpc1235x
2 years agoNew Contributor II
Thank you! I ended up using this solution.
If it helps others, here is how it looks:
Inside mapper 2, included:
- $date_1
- $date_2
- the query
- Date.now() for tracking purposes
- Supratim4 years agoContributor III
@Richard If I understand your question correctly, you can refer below steps-
- Open Rabbit MQ consumer snap and go to view tab . Select error view option
- Add mapper for custom error message and then right click on mapper. Then select Link output to Error Pipeline. It should pass your custom message to error pipeline.
Hope it might help you.
- Open Rabbit MQ consumer snap and go to view tab . Select error view option