I have a list of customer IDs in a CSV that I need to query against a Teradata database.
Ideally I'd create a temporary table with the IDs and run a JOIN in my SQL, but the company will only allow read only access to TD so I can't create a temporary table. That means I can build the query with Connect InDB, but I can't use the Data Stream In tool.
Can anyone think of an alternative way to achieve this in Designer?