getTablesOfAllClusters
Syntax
getTablesOfAllClusters()
Details
Similar to the getClusterDFSTables function, but this function gets
all tables that the current user has access to across multiple clusters.
Parameters
None
Returns
A STRING vector.
Examples
getTablesOfAllClusters()
// Output: ["dfs://testDB/pt1", "trading.schema.pt@cluster3"]
