is_nothing_asset_name¶
kedro_dagster.utils.is_nothing_asset_name(catalog, dataset_name)
¶
Return True if the catalog entry is a DagsterNothingDataset.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
catalog
|
CatalogProtocol
|
Kedro DataCatalog or mapping-like object. |
required |
dataset_name
|
str
|
Kedro dataset name. |
required |
Returns¶
| Type | Description |
|---|---|
bool
|
|
See Also¶
kedro_dagster.datasets.DagsterNothingDataset :
Sentinel dataset type for Dagster Nothing assets.