+ There was an error loading the Dashboard application. Contact your + administrator for help. +
+ } + /> + ); + } + + // Feast UI uses the Elastic UI component system. + //Hello World. The following is fetched data.
+{JSON.stringify(data, null, 2)}
+ ... and this is data from Feast UI’s own query.
+{JSON.stringify(feastObjectQuery.featureData, null, 2)}
+ No Feature with name {FeatureName} in FeatureView {FeatureViewName}
} + {isError &&Error loading Feature {FeatureName} in FeatureView {FeatureViewName}
} + {isSuccess && data && ( +{JSON.stringify(data, null, 2)}
+