Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
SELECT *FROM INFORMATION_SCHEMA.COLUMNSWHERE table_name = 'table_name';Above query only gives dataType at root level. but how do we find dataType of each attribute in the dataSet ?
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @Pradeep-Jaiswal ,
Instead of sql, try this: Look up a dataset: url
In the query parameter `properties` use the value as: "observableSchema" - it will retrieve all the fields and their data types in nested format.
Hope it helps!
Views
Likes
Replies