Hey, are there any examples of `config_mapping` fo...
# ask-community
d
Hey, are there any examples of
config_mapping
for
graph_asset
? With Pythonic configs?
o
hey @Daniel Gafni! graph_asset doesn't directly support config_mapping at the moment (but I don't see a particular reason it shouldn't). would you mind opening an issue for that? in the meantime, the alternative would be to create the graph-backed assets in two steps: first creating a graph with the desired config mapping (as described here), then calling AssetsDefinition.from_graph()
👍 1