<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AWS Data Zone to Alteryx Integration in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409965#M349554</link>
    <description>&lt;P&gt;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 ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Boto3 documentation ---&amp;gt;&amp;nbsp;&lt;A href="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/datazone.html" target="_blank"&gt;https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/datazone.html&lt;/A&gt;&amp;nbsp;--- you can do whatever you need via Python/AWS CLI...&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 16:42:51 GMT</pubDate>
    <dc:creator>apathetichell</dc:creator>
    <dc:date>2025-08-25T16:42:51Z</dc:date>
    <item>
      <title>AWS Data Zone to Alteryx Integration</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409917#M349541</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any suggestion around this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 09:57:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409917#M349541</guid>
      <dc:creator>hemant86</dc:creator>
      <dc:date>2025-08-25T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Data Zone to Alteryx Integration</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409920#M349542</link>
      <description>&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 10:29:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409920#M349542</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2025-08-25T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Data Zone to Alteryx Integration</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409923#M349545</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/381530"&gt;@Raj&lt;/a&gt;&amp;nbsp;...Thanks for the response. Probably will have to check with Amazon Athena then. Appreciate if you could share any documentation around this.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 10:57:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409923#M349545</guid>
      <dc:creator>hemant86</dc:creator>
      <dc:date>2025-08-25T10:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Data Zone to Alteryx Integration</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409926#M349546</link>
      <description>&lt;P&gt;A quick Google search for Alteryx Amazon Athena will come up with help documentation:&amp;nbsp;&lt;A href="https://help.alteryx.com/current/en/designer/data-sources/amazon-athena.html#idp409870" target="_blank"&gt;https://help.alteryx.com/current/en/designer/data-sources/amazon-athena.html#idp409870&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:29:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409926#M349546</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2025-08-25T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Data Zone to Alteryx Integration</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409965#M349554</link>
      <description>&lt;P&gt;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 ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Boto3 documentation ---&amp;gt;&amp;nbsp;&lt;A href="https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/datazone.html" target="_blank"&gt;https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/datazone.html&lt;/A&gt;&amp;nbsp;--- you can do whatever you need via Python/AWS CLI...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 16:42:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/AWS-Data-Zone-to-Alteryx-Integration/m-p/1409965#M349554</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2025-08-25T16:42:51Z</dc:date>
    </item>
  </channel>
</rss>

