Page tree

Release 9.2


Contents:

Our documentation site is moving!

For up-to-date documentation of release 9.2 of Self Managed Designer Cloud, please visit us at https://help.alteryx.com/SMC/r92/.

   

This section covers data type conversions between the Designer Cloud® application and the Parquet file format.

NOTE: The Alteryx® data types listed in this page reflect the raw data type of the converted column. Depending on the contents of the column, the Transformer Page may re-infer a different data type, when a dataset using this type of source is loaded.

Import

NOTE: Designer Cloud Enterprise Edition does not support ingest of Parquet files with nested values, which can occur for Map or Object data types.

Parquet

Data Type

Alteryx Data Type

Notes
STRINGString 
INTInteger 
DECIMALDecimal 
DATEDatetime 
TIMEDatetime 
TIMESTAMPDatetime 
LISTArray 
MAPObject  

Limitations on import:

The Parquet data format supports the use of row groups for organizing chunks of data. This row grouping is helpful for processing across distributed systems. 

Designer Cloud Enterprise Edition places limitations on the volume of data that can be displayed in the browser. By default, these limits are set to 10 MB. 

If Parquet row groups are greater than 10 MB:

  • You cannot preview data from the file before import.
  • When a Parquet-based dataset is loaded in the Transformer page, the screen may be blank.

    Tip: You can create a new sample from inside the Transformer page. The sample is displayed normally.

Other product functions work as expected with Parquet format.

Export

On export, Alteryx data types are exported to their corresponding Parquet types, with the following specific mappings: 

Alteryx Data Type
Parquet Data TypeNotes
BooleanBOOLEAN
IntegerINT64 
DecimalDOUBLE 
StringBYTE_ARRAY (STRING) 

The fallback data type on export is BYTE_ARRAY (STRING).

See Also for Parquet Data Type Conversions:

This page has no comments.