SOLVED
Does Alteryx support Parquet file format
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
saiHareesh
8 - Asteroid
‎10-29-2019
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I have Parquet file in AWS S3 bucket and i am not able to read using S3 connector. Do you have any approach for this process i am using?
Does Alteryx support Parquet file format?
I appreciate your help.
Thank you,
Sai.
Solved! Go to Solution.
2 REPLIES 2
DiganP
Alteryx Alumni (Retired)
‎10-29-2019
11:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@saiHareesh Currently, the S3 tools do no support .parquet file types. You would have to use a API call with the download tool or in Python or R.
Digan
Alteryx
Alteryx
Alteryx
‎10-29-2019
04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here's an example of using Python as @DiganP mentioned -
https://community.alteryx.com/t5/Engine-Works-Blog/Parquet-will-it-Alteryx/ba-p/423156
