Skip to main content
This page maps Alteryx Designer data types to SQL data types used by Prophecy pipelines. Prophecy pipelines run on different execution engines such as Databricks SQL, BigQuery, and Snowflake. Because each engine provides its own SQL type system, the resulting data type may differ depending on the configured environment. Use the tabs below to view mappings for your execution engine.

String data

Alteryx has four data types for strings: String, WString, V_String, V_WString.In Prophecy, all strings can be handled with the SQL data type STRING.

Numeric data

Alteryx has seven numeric types: Byte, Int16, Int32, Int64, Fixed Decimal, Float, Double.

DateTime data

Alteryx has three DateTime data types: Date, Time, DateTime.

Precision and range differences

  • Databricks supports wider date ranges (year 0001–9999).
  • Alteryx cannot process dates earlier than 1400.
  • Casting from strings must match the expected format.

Boolean data

Alteryx type: Bool

Quick reference