You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For S3 mag paths, do not dump endpoint_url protocol ("https") in the mag path when writing to dataset_properties.json. Correctly parse S3 paths for remote mags when reading from dataset_properties.json.#1293
Added argument require_unique_name to Dataset.announce_manual_upload(). Additionally, the method returns a tuple of new_dataset_id and directory_name now. #1283
Added a version field to the datasource-properties.json file, which is always set to 1, for now. #1288
Changed
The Layer.path property now always returns Dataset.path / layer.name, even if all mags are stored remotely. #1288
Layer.is_remote_to_dataset is deprecated in favor of Layer.is_foreign and MagView.is_remote_to_dataset is deprecated in favor of MagView.is_foreign. #1288
Relative path fields in the mag definition of a datasource-properties.json file are now interpreted relative to the Dataset.path. #1288