We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d00fdc commit fea6894Copy full SHA for fea6894
apps/metastore/src/metastore/templates/metastore.mako
@@ -250,6 +250,9 @@ ${ components.menubar(is_embeddable) }
250
</a>
251
</span>
252
${ _('Table') }
253
+ <!-- ko if: $parent.catalogEntry.isIcebergTable() -->
254
+ <i class="fa muted fa-snowflake-o" title="${ _('Iceberg table') }"></i>
255
+ <!-- /ko -->
256
<!-- /ko -->
257
</div>
258
<!-- ko ifnot: $parent.catalogEntry.isView() -->
0 commit comments