You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: table "#tableau___a_be________d__f___b_____f_ff___d__c_1_connect_check" does not exist
Logical Plan
No Can't rewrite plan messages found in Cube logs.
Tool
All three queries are automatically generated by Tableau Desktop 2025.3 when connecting to Cube's SQL API via the PostgreSQL JDBC connector. These are part of Tableau's standard connection handshake and Extract process, they are not user-written queries.
When using a Live connection, Tableau only sends SELECT queries which work correctly. However, when creating an Extract, Tableau runs additional operations (temp tables, GROUP BY ordinal) as part of its connection validation and data retrieval process. The failure of these operations results in Extracts with missing data.
Failed SQL
1. CREATE LOCAL TEMPORARY TABLE
ERROR: Unsupported query type: CREATE LOCAL TEMPORARY TABLE2. GROUP BY ordinal position
ERROR: Initial planning error: Error during planning: Expression #SUBQUERY.SUBCOL could not be resolved from available columns: #Int64(2)3. DROP TABLE (consequence of #1)
ERROR: table "#tableau___a_be________d__f___b_____f_ff___d__c_1_connect_check" does not existLogical Plan
No
Can't rewrite planmessages found in Cube logs.Tool
All three queries are automatically generated by Tableau Desktop 2025.3 when connecting to Cube's SQL API via the PostgreSQL JDBC connector. These are part of Tableau's standard connection handshake and Extract process, they are not user-written queries.
Version
Cube: v1.6.21
PostgreSQL JDBC Driver: 42.2.27
Tableau Desktop: 2025.3
Additional context
When using a Live connection, Tableau only sends SELECT queries which work correctly. However, when creating an Extract, Tableau runs additional operations (temp tables, GROUP BY ordinal) as part of its connection validation and data retrieval process. The failure of these operations results in Extracts with missing data.
Screen.Recording.2026-04-14.at.15.06.48.mov