Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Amazon S3 multiple file impoort

I have Multiple objects in my AWS Path, and i need to import all of them to consolidate the data. I tried using Regular Expressions ( Such as * , etc) but its throwing the error, does anyone know how to resolve this issue OR is there any alternative ways to do it ? 

5 REPLIES 5
alexnajm
16 - Nebula
16 - Nebula

Have you tried using the AWS tools on the marketplace built by Aimpoint? https://marketplace.alteryx.com/en-US/apps/424306/aws-tools-by-aimpoint-digital

alexnajm
16 - Nebula
16 - Nebula
kc20
6 - Meteoroid

I'm giving AWS tools by Aimpoint a shot and getting error "Amazon S3 Download (8) No module named 'boto3'"

 

apathetichell
18 - Pollux

@kc20 Boto3 is the Python AWS package. I am 99% sure that under the hood Aimpoint installs this package (or checks for it). If you are seeing that error - you probably cannot install it. Can you run Alteryx at admin. Open a Python tool -and type:

 

Alteryx.installPackage("boto3")

- check for errors. try to fix errors. re-run S3 workflow.

 

kc20
6 - Meteoroid

That did the trick, thank you!

Labels