metagraph-dev / metagraph

Multi-target API for graph analytics with Dask
https://metagraph.readthedocs.io/en/latest/
Apache License 2.0
27 stars 7 forks source link

Default resolver to enable wrapper methods #170

Closed jim22k closed 3 years ago

jim22k commented 3 years ago

Wrapper methods include run and translate. They are functionally equivalent to calling resolver.run and resolver.translate with the wrapper as the first argument. The dst_type of the translate call has been expanded to allow more possible ways to indicate the destination type, including instances of the wrapper and strings of the class names.