If I am trying to download N # of files from S3, l...
# ask-community
k
If I am trying to download N # of files from S3, load them into SQLServer, and then run a DBT job - am I better off using LOOP or Map?
k
If they need to sun sequentially, LOOP. If not, then map is way easier.
k
ok thanks