hubUtils 1.1.0
What's Changed
New Features
- Added utility functions for extracting properties from
target-data.jsonconfiguration 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()fromhubAdminpackage tohubUtils. This function checks if a target-data.json file exists in a hub (#260).
Full Changelog: v1.0.0...v1.1.0