Hi All,
Need some help regarding Data Zone to AWS connection. I'm looking to pull data from data sets in Data Zone to Alteryx Designer, transform the data and sync it back to Data Zone.
Appreciate any suggestion around this.
Alteryx does not connect directly to AWS DataZone. Instead, you connect to the underlying data sources that DataZone makes available, such as Amazon S3, Redshift, or other supported services.
hope this helps.
@Raj ...Thanks for the response. Probably will have to check with Amazon Athena then. Appreciate if you could share any documentation around this.
A quick Google search for Alteryx Amazon Athena will come up with help documentation: https://help.alteryx.com/current/en/designer/data-sources/amazon-athena.html#idp409870
I think you are describing your problem incorrectly. DataZone is your management layer. It catalogs your data across your environment -- not the underlying data in the data sources (ie the datasets) --- if you do want to modify your DataZone --->
Here's the Boto3 documentation ---> https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/datazone.html --- you can do whatever you need via Python/AWS CLI...