Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/assets/AssetsRoot.tsx
Show All 26 Lines | <Loading queryResult={queryResult}> | ||||
<NonIdealState | <NonIdealState | ||||
icon="panel-table" | icon="panel-table" | ||||
title="Assets" | title="Assets" | ||||
description={ | description={ | ||||
<p> | <p> | ||||
An asset-aware event storage (e.g. <code>PostgresEventLogStorage</code>) must be | An asset-aware event storage (e.g. <code>PostgresEventLogStorage</code>) must be | ||||
configured in order to use any Asset-based features. You can configure this on | configured in order to use any Asset-based features. You can configure this on | ||||
your instance through <code>dagster.yaml</code>. See the{" "} | your instance through <code>dagster.yaml</code>. See the{" "} | ||||
<a href="https://docs.dagster.io/deploying/instance#event-log-storage"> | <a href="https://docs.dagster.io/overview/instances/dagster-instance"> | ||||
instance documentation | instance documentation | ||||
</a>{" "} | </a>{" "} | ||||
for more information. | for more information. | ||||
</p> | </p> | ||||
} | } | ||||
/> | /> | ||||
</Wrapper> | </Wrapper> | ||||
); | ); | ||||
Show All 16 Lines | <Loading queryResult={queryResult}> | ||||
icon="panel-table" | icon="panel-table" | ||||
title="Assets" | title="Assets" | ||||
description={ | description={ | ||||
<p> | <p> | ||||
There are no {urlPathString ? "matching " : "known "} | There are no {urlPathString ? "matching " : "known "} | ||||
materialized assets with {urlPathString ? "the " : "a "} | materialized assets with {urlPathString ? "the " : "a "} | ||||
specified asset key. Any asset keys that have been specified with a{" "} | specified asset key. Any asset keys that have been specified with a{" "} | ||||
<code>Materialization</code> during a pipeline run will appear here. See the{" "} | <code>Materialization</code> during a pipeline run will appear here. See the{" "} | ||||
<a href="https://docs.dagster.io/_apidocs/solids#dagster.Materialization"> | <a href="https://docs.dagster.io/_apidocs/solids#dagster.AssetMaterialization"> | ||||
Materialization documentation | Materialization documentation | ||||
</a>{" "} | </a>{" "} | ||||
for more information. | for more information. | ||||
</p> | </p> | ||||
} | } | ||||
/> | /> | ||||
</Wrapper> | </Wrapper> | ||||
); | ); | ||||
▲ Show 20 Lines • Show All 243 Lines • Show Last 20 Lines |