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?
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.
Thanks ryan. What about as a destination? Will the download tool work for that as well? Thanks
Agree. We are looking at Azure, AWS, and GCP as cloud solutions. We need to connect to GCP.
Hi,
Was anyone able to figure out a work around for GCS?
authenticate your cli outside of Alteryx. Run it via run command using CLI.
Hi @apathetichell, can you share a sample workflow that has this incorporated so I can get a better idea of how it all works.