Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Google Cloud Storage as an Alteryx Source/Destination?

dsalmela
5 - Atom

I see that there are connectors for Amazon S3 and Mongo etc... But nothing for GCS. Is there any way to do this or any known workaround? 

6 REPLIES 6
Inactive User
Not applicable

You can build your own API using the download tool within Alteryx:

 

https://cloud.google.com/storage/docs/json_api/

 

This will allow you to pull the data as JSON and then use JSON Parse tools to read it as a standard data table.

dsalmela
5 - Atom

Thanks ryan. What about as a destination?  Will the download tool work for that as well? Thanks

MarkSmith
6 - Meteoroid

Agree.   We are looking at Azure, AWS, and GCP as cloud solutions.    We need to connect to GCP.

Danial_Nawab
7 - Meteor

Hi,

 

Was anyone able to figure out a work around for GCS?

apathetichell
18 - Pollux

authenticate your cli outside of Alteryx. Run it via run command using CLI.

Danial_Nawab
7 - Meteor

Hi @apathetichell, can you share a sample workflow that has this incorporated so I can get a better idea of how it all works. 

Labels