Releases: datagalaxy-lab/datagalaxy-toolbox
Releases · datagalaxy-lab/datagalaxy-toolbox
v0.8.5
v0.8.4
Improvements
- Added a global switch
--no-verify-sslto disable SSL certs verification. This can be handy with self-signed certificates. Verification is enabled by default.
v0.8.3
Fixes
- Ignore functional keys, as they cannot be handled by the Public API at the moment.
- Avoid buggy DPI types (this is an issue on the API side and will hopefully be fixed soon).
- Handle
TimeSeriesattributes properly.
v0.8.2
Fixes
- Fixed versioning with empty modules.
v0.8.1
Fixes
- Makes
copy-attributesmethod more robust to handle ValueList attributes without values and with a default value
v0.8.0
Improvements
- Code refactoring to have generic
copy-moduleanddelete-modulecommands, allowing for easier code maintenance in the future - Handle versioned workspaces by adding optional parameters:
--version-sourceand/or--version-target
v0.7.1
Improvements
- The
copy-dictionarymethod now copies Primary Keys and Foreign Keys.
Fixes
- Implement fix in
copy-linksmethod that fails when there are links for "Reference Data Value" objects.
The quick win is to ignore the links for now, and log them in the console so the user can create them manually in the DataGalaxy interface. A better fix could be implemented in the future.
v0.7.0
Improvements
- Enhance
copy-linksmethod with new module library and bulktree upsert - Remove all legacy, unused code
- Update README file
v0.6.1
Improvements
- Refactor Dictionary methods to use the new bulktree method and new module library
v0.6.0
Improvements
- Code refactoring to have a generic "module" library to handle all API calls
- Refactor bulktree upsert method to handle pagination, that allows to do large imports
- Use this new library and method for Glossary, Uses and Data Processings commands