Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor class hierarchy of NB2WProduct #130

Merged
merged 16 commits into from
Jan 14, 2025
4 changes: 4 additions & 0 deletions dispatcher_plugin_nb2workflow/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ def write(self, file_name=None, overwrite=True, file_dir=None):

self.table_data.write(file_path, overwrite=overwrite, format='ascii.ecsv')


class NB2WProduct:

type_key = 'oda:DataProduct'

def __init__(self,
encoded_data,
data_product_type=BaseQueryProduct,
Expand Down
Loading