Join Slack
Communities
Powered by
If I am trying to download N # of files from S3, l...
# ask-community
k
Kevin
11/09/2021, 3:15 PM
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
Kevin Kho
11/09/2021, 3:21 PM
If they need to sun sequentially, LOOP. If not, then map is way easier.
k
Kevin
11/09/2021, 3:22 PM
ok thanks
2
Views
Open in Slack
Previous
Next