Koheesio

Latest version: v0.10.2

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

Scan your dependencies

Page 4 of 4

0.8

For users currently using v0.8, consider the following:
- Spark connect is now fully supported. For this to work we've had to introduce several replacement types for pyspark such as DataFrame (i.e. `pyspark.sql.DataFrame` vs `pyspark.sql.connect.DataFrame`) as well as the SparkSession. If you are using custom Step logic in which you reference spark types, take these types from the `koheesio.spark` module instead. This will allow you to use pyspark connect with your custom code also.

- Snowflake was extensively reworked.
- To be able to use snowflake, a new `extra` / `feature` was added to the `pyproject.toml` - install this using `koheesio[snowflake]` in order to have access to snowflake python
- Code for snowflake support was moved to new primary modules:
- `koheesio.integrations.spark.snowflake` hosts all spark related snowflake code
- `koheesio.integrations.snowflake` hosts the non-spark / pure-python implementations
- The original API was kept in place through pass-through imports; no immediate code changes should be needed

**Full Changelog**: https://github.com/Nike-Inc/koheesio/compare/koheesio-v0.8.1...koheesio-v0.9.0

0.8.0

Not secure
What's Changed
* [FIX] Spark expectations dependencies by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/17
* Create CODE_OF_CONDUCT.md by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/30
* Create dependabot.yml by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/31
* Ability to read Excel files by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/37
* Create codeql.yml by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/47
* Add missing merge clauses in DeltaTableWriter by riccamini in https://github.com/Nike-Inc/koheesio/pull/46
* Make it possible to set explicit schema i.s.o letting AutoLoader infer the schema by BrendBraeckmans in https://github.com/Nike-Inc/koheesio/pull/40
* Add streaming option to FileLoader. by BrendBraeckmans in https://github.com/Nike-Inc/koheesio/pull/51
* [DOC] documentation updates June 2024 by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/48
* Remove cerberus by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/58
* [FEATURE] - Generic file writer by riccamini in https://github.com/Nike-Inc/koheesio/pull/54
* [Documentation] - Updates to CONTRIBUTING by riccamini in https://github.com/Nike-Inc/koheesio/pull/55
* [FEATURE] Tableau Hyper by maxim-mityutko in https://github.com/Nike-Inc/koheesio/pull/49
* Fix snowflake module import by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/61

New Contributors
* riccamini made their first contribution in https://github.com/Nike-Inc/koheesio/pull/46
* BrendBraeckmans made their first contribution in https://github.com/Nike-Inc/koheesio/pull/40
* maxim-mityutko made their first contribution in https://github.com/Nike-Inc/koheesio/pull/49

**Full Changelog**: https://github.com/Nike-Inc/koheesio/compare/koheesio-v0.7.0...koheesio-v0.8.0

0.7.0

Not secure
What's Changed
* [FEATURE] Add SCD2 delta writer by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/4
* [FEATURE] Switch testing to native hatch command by mikita-sakalouski in https://github.com/Nike-Inc/koheesio/pull/8
* Feat/6 restructure module structure by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/9
* updated workflows by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/12
* feature/cicd initial implementation - part 2 by dannymeijer in https://github.com/Nike-Inc/koheesio/pull/14

New Contributors
* mikita-sakalouski made their first contribution in https://github.com/Nike-Inc/koheesio/pull/4
* dannymeijer made their first contribution in https://github.com/Nike-Inc/koheesio/pull/9

**Full Changelog**: https://github.com/Nike-Inc/koheesio/commits/koheesio-v0.7.0

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.