Skip to content

hubUtils 1.1.0

Choose a tag to compare

@annakrystalli annakrystalli released this 18 Nov 15:37
· 47 commits to main since this release
v1.1.0
836a393

What's Changed

New Features

  • Added utility functions for extracting properties from target-data.json configuration files (v6.0.0 schema):
    • get_date_col(): Get the name of the date column across hub data.
    • get_observable_unit(): Get observable unit column names with support for dataset-specific overrides.
    • get_versioned(): Get whether target data is versioned with inheritance from global settings.
    • get_has_output_type_ids(): Get whether oracle-output data has output_type/output_type_id columns.
    • get_non_task_id_schema(): Get the schema for non-task ID columns in time-series data.
  • Moved has_target_data_config() from hubAdmin package to hubUtils. This function checks if a target-data.json file exists in a hub (#260).

Full Changelog: v1.0.0...v1.1.0