mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-23 17:30:17 -07:00
Cleanup source tests (#1912)
* Move test to base for broader coverage (#1848) * Remove duplicate line (#1848) * FUDS needed an extra mock (#1848)
This commit is contained in:
parent
f70f30d610
commit
d8dd4cf047
5 changed files with 24 additions and 13 deletions
|
@ -164,9 +164,6 @@ class ExtractTransformLoad:
|
|||
for field in dataset_config["load_fields"]:
|
||||
cls.COLUMNS_TO_KEEP.append(field["long_name"])
|
||||
setattr(cls, field["df_field_name"], field["long_name"])
|
||||
|
||||
# set the constants for the class
|
||||
setattr(cls, field["df_field_name"], field["long_name"])
|
||||
return dataset_config
|
||||
|
||||
# This is a classmethod so it can be used by `get_data_frame` without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue