Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: The support homepage carousel is not displaying. We are working toward a resolution.

Qlik Stitch BigQuery Loading Error: Partitioning by expressions of type FLOAT64 is not allowed at [3:53]

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
David_Apodaca
Support
Support

Qlik Stitch BigQuery Loading Error: Partitioning by expressions of type FLOAT64 is not allowed at [3:53]

Last Update:

Dec 3, 2025 1:39:29 AM

Updated By:

Xiaodi_Shi

Created date:

Dec 3, 2025 1:40:09 AM

It encounters a loading error when using BigQuery as the destination:

Partitioning by expressions of type FLOAT64 is not allowed at [3:53]

 

Resolution

Database integrations:

  • If your source supports views, create a view and cast the FLOAT64 column to a supported type (for example:  INTEGER or TIMESTAMP).
  • If not, adjust the source schema so the column is not FLOAT64.

SaaS integrations:

  • If applicable, configure the source to output a compatible type for partitioning.

Partitioning is not required by Stitch to load data into BigQuery. This can be disabled in your destination, but comes with data integrity risks. Reference apply-table-partitioning-clustering(Qlik Stitch Documenation).

As a good rule of thumb, check for null or empty primary key fields in your source tables, as these can cause other loading issues.

 

Cause

This error occurs because BigQuery does not allow partitioning on FLOAT64 columns.

Partitioned tables in BigQuery can only use:

  • Ingestion time
  • DATE, TIMESTAMP, or DATETIME columns
  • Integer range columns
BigQuery documentation explicitly states:
“PARTITION BY expressions cannot include floating point types.”

 

Related Content

 

Environment

Stitch 

Labels (2)
Version history
Last update:
14 hours ago
Updated by: