Once you have established a connection, or retrieved the id and provider name of your already established connection, you can now get a list of all the datasets available through that connection.
pkg:maven/com.luzmo/sdk@1.0.0{
"count": 1,
"rows": [
{
"schema": "public",
"table": "burritos",
"type": "table"
},
{
"schema": "public",
"table": "burrito_shops",
"type": "table"
},
{
"schema": "public",
"table": "test_view",
"type": "view"
}
]
}