Skip to content

Commit

Permalink
Merge pull request #14 from getindata/release-0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
Lasica authored Jun 20, 2023
2 parents 14d3621 + f138105 commit fa434e3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1

[bumpversion:file:pyproject.toml]

Expand Down
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Kedro plugin with Snowflake / Snowpark support
docs_url: https://kedro-snowflake.readthedocs.io/
full_name: Kedro Snowflake plugin
github_url: https://github.com/getindata/kedro-snowflake
initial_version: 0.2.0
initial_version: 0.2.1
keywords:
- kedro
- snowflake
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.2.1] - 2023-06-20

- Updated `README.md`

## [0.2.0] - 2023-06-20

- 📝 Update quickstart guide
Expand All @@ -10,8 +14,6 @@

- Added pipeline names parameter for naming pipelines in snowflake

- Updated quickstart docs

## [0.1.2] - 2023-05-05

- Update quickstart guide
Expand All @@ -29,7 +31,9 @@

- Project seed prepared

[Unreleased]: https://github.com/getindata/kedro-snowflake/compare/0.2.0...HEAD
[Unreleased]: https://github.com/getindata/kedro-snowflake/compare/0.2.1...HEAD

[0.2.1]: https://github.com/getindata/kedro-snowflake/compare/0.2.0...0.2.1

[0.2.0]: https://github.com/getindata/kedro-snowflake/compare/0.1.2...0.2.0

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This plugin allows to run full Kedro pipelines in Snowflake. Right now it suppor
* running Kedro pipeline fully within Snowflake, without external system
* using Kedro's official `SnowparkTableDataSet`
* automatically storing intermediate data as Transient Tables (if Snowpark's DataFrames are used)
* <span style="color:yellow;float:left;margin: 0px 7px 0px 0px">**(New!)</span>** [MLflow](https://mlflow.org/) integration with Snowflake with example usage in _Snowflights_ Kedro starter


## Documentation
For detailed documentation refer to https://kedro-snowflake.readthedocs.io/
Expand Down
2 changes: 1 addition & 1 deletion kedro_snowflake/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kedro-snowflake"
version = "0.2.0"
version = "0.2.1"
description = "Kedro plugin with Snowflake / Snowpark support"
readme = "README.md"
authors = ['GetInData MLOPS <mlops@getindata.com>']
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.tests=tests/
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

sonar.projectVersion=0.2.0
sonar.projectVersion=0.2.1
sonar.projectDescription=Kedro plugin with Snowflake / Snowpark support
sonar.links.homepage=https://kedro-snowflake.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-snowflake/actions
Expand Down

0 comments on commit fa434e3

Please sign in to comment.