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
CREATE TABLE `Store`
(
location Int64,
name String
)
ENGINE = MergeTree()
ORDER BY (location);
After creating the table, I tried to load it from PowerBI via ODBC driver. However, only the 'name' column is visible.
The LocationID column is missing.
In the transform view, it shows that the 'location' column's type is binary. I changed it to number manually.
Then I can see the location column
The question is how can we change ODBC driver to fix the data type mapping?
Thank you!
The text was updated successfully, but these errors were encountered:
I also tried columns of other data types, including Int32, UInt32, UInt64.
Only Int32 column can be displayed. All other columns are recongized as Binary column by PowerBI.
ClickHouse version: 24.7.1.2092
ODBC version: 1.2.1.20220905
PowerBI version: 2024 July
Table DDL
After creating the table, I tried to load it from PowerBI via ODBC driver. However, only the 'name' column is visible.
The LocationID column is missing.
In the transform view, it shows that the 'location' column's type is binary. I changed it to number manually.
Then I can see the location column
The question is how can we change ODBC driver to fix the data type mapping?
Thank you!
The text was updated successfully, but these errors were encountered: