As suggested in #98 by @penelopeysm, currently there are several places during the subclassing process for a give data source where the user needs to specify how to write metadata associated with the asset outputs. This could be improved by moving the context.add_metadata_output() calls into the base class itself.
As suggested in #98 by @penelopeysm, currently there are several places during the subclassing process for a give data source where the user needs to specify how to write metadata associated with the asset outputs. This could be improved by moving the
context.add_metadata_output()
calls into the base class itself.