Querying datashare objects
On the consumer cluster, you can query datashare objects using fully qualified object names expressed with the three-part notation: database, schema, and name of the object.
-
In the query editor v2 tree-view panel, choose the schema.
-
To view a table definition, choose a table.
The table columns and data types display.
-
To query a table, choose the table and use the context menu (right-click) to choose Select table.
-
Query tables using SELECT commands. For example:
select top 10 * from test_db.public.event;