|
|
@@ -50,7 +50,7 @@ Listing the possible tags to filter on. This also works for ‘types’.
|
|
|
|
|
|
The list of tables and their columns is displayed in multiple part of the interface. This data is pretty costly to fetch and comes from different sources. In this new version, the information is now cached and reused by all the Hue components. As the sources are diverse, e.g. Apache Hive, Apache Atlas those are stored into a single object, so that it is easier and faster to display without caring about the underlying technical details.
|
|
|
|
|
|
-In addition to editing the tags of any SQL objects like tables, views, columns… which has been available since version one, table descriptions can now also be edited. This allows a self service documentation of the metadata by the end users, which was not possible until know as directly editing Hive comments require some admin Sentry privileges which are not granted to regular users in a secure cluster.
|
|
|
+In addition to editing the tags of any SQL objects like tables, views, columns… which has been available since version one, table descriptions can now also be edited. This allows a self service documentation of the metadata by the end users, which was not possible until now as directly editing Hive comments require some admin Sentry privileges which are not granted to regular users in a secure cluster.
|
|
|
|
|
|

|
|
|
|
|
|
@@ -62,12 +62,12 @@ Example of searches:
|
|
|
|
|
|
Atlas
|
|
|
|
|
|
-* ‘sample’ → Any table or Hue document with prefix ‘sample’ will be returned
|
|
|
-* ‘type:database’→ List all databases on this cluster
|
|
|
-* ‘type:table → List all tables on this cluster
|
|
|
-* ‘type:field name’→ List tables with field(column): ‘name’
|
|
|
+* sample → Any table or Hue document with prefix ‘sample’ will be returned
|
|
|
+* type:database → List all databases on this cluster
|
|
|
+* type:table → List all tables on this cluster
|
|
|
+* type:field name → List tables with field(column): ‘name’
|
|
|
* ‘tag:classification_testdb5’ or ‘classification:classification_testdb5’→ List entities with classification ‘classification_testdb5’
|
|
|
-* ‘owner:admin’→ List all tables owned by ‘admin’ user
|
|
|
+* owner:admin → List all tables owned by ‘admin’ user
|
|
|
|
|
|
Navigator
|
|
|
|