Closed valentinedwv closed 3 months ago
For testing, it looks like the @graph needs to be moved from the file with all the ops.
someting like this works with @graph removed.
from implnet_ops_geocodes_demo_datasets import geocodes_demo_datasets_gleaner def test_geocodes_demo_datasets_gleaner(): res = geocodes_demo_datasets_gleaner() assert res.success assert res.output_for_node("find_highest_protein_cereal") == "Special K"
Maybe we can us the same set of @ops with parameters/context passed.
https://github.com/dagster-io/dagster/blob/master/examples/feature_graph_backed_assets/README.md
For testing, it looks like the @graph needs to be moved from the file with all the ops.
someting like this works with @graph removed.
Maybe we can us the same set of @ops with parameters/context passed.