I tried this (<https://docs.dagster.io/guides/dags...
# ask-community
a
I tried this (https://docs.dagster.io/guides/dagster/how-assets-relate-to-ops-and-graphs#op-graphs-that-read-from-an-asset) to pass a SourceAsset in a Job to an Op and I got this error -- Missing required config entry "inputs" at path root:my_op. Sample config for missing entry: {'inputs': {'my_asset_name': '<selector>'}}, any idea how to fix?
y
mind sharing the code you’re trying with?