Hi community,
I am pulling data from two Snowflake tables that are massive. I get data from Table 1, and filter it down to only a few hundred IDs.
Is there a way of using these IDs in the SQL query of the Input Data tool that gets Table 2? Right now I'm pulling in a large chunk of Table 2 in, and then joining to Table 1. This works, but it's pretty slow given the size of Table 2. Is there a way of constraining Table 2's input to just be the output from the workflow built off Table 1? (Note that this is dynamic, so it's also not ideal to just copy and paste"
Thanks!