Omniduct

Latest version: v1.2.1

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

1.1.3

This is a minor release fixing two nits:

- Use `yaml.safe_load` instead of `yaml.load` for configuration import.
- Avoid unnecessary keyword arguments in `PySparkClient._execute`.

1.1.2

This is a minor release that bumps the dependency on `interface_meta` to the 1.1.x series; fixing some downstream issues the use of method descriptors (such as `classmethod` and `staticmethod`).

1.1.1

This is a minor release with a minor feature improvement and a bugfix:

- Users can now pass `show=None` (in addition to `show='none'`) in database execution magics.
- Fixed a bug introduced in v1.1.0 concerning S3 path resolution.

1.1.0

This is a major release featuring some infrastructure improvements and some minor API breakage.

Breaking changes:
- The custom metaclass that was once in `omniduct` has now been extracted into its own library, and gained support for checking that subclasses correctly override methods. Subclasses that override methods defined on a parent class must now explicitly annotate those method declarations with `interface_meta.override()`. Any downstream subclasses will have to conform to these changes also.

New features:
- `FilesystemClient`s can now have the home directory specified at instantiation or overridden at runtime, and can now be configured to be read only.
- `DatabaseClient`s now propagate the instantiation-time schema/database/etc namespace configuration as defaults to utility methods (such as `table_desc`, `table_list`, etc).

Bugfixes and improvements:
- SQLAlchemy schema exploration extensions are now more dialog agnostic (93)
- The 'replace' operation for the `DatabaseClient.query_to_table` method has been fixed for Presto and HiveServer2.
- REST client logging now renders JSON error responses rather than simply showing a string representation.

1.0.3

This is a minor release with several feature additions:

New Features:
- Added support for pruning the cache based on size and/or age (89)
- Add an option to cleanup SQL in the `render` methods (90)
- Added `template_get`, `template_variables` and `meta_only` argument to `template_render`.

Bugfixes:
- SchemaMixin bugfixes affecting some less common sqlalchemy backends (e.g. Snowflake) (91)

1.0.2

A minor release that improves query times the `PySparkClient`, which formerly used `DataFrame.toLocalIterator()` instead of `.collect()` in non-streaming cases, resulting in slower and more memory consuming queries where streaming was not required.

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.