From 99afbc2c41b0b877758675d5f39bf55cd69579c9 Mon Sep 17 00:00:00 2001 From: Artur Dobrogowski Date: Tue, 20 Jun 2023 17:19:35 +0200 Subject: [PATCH 1/5] docs: updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0b48f6..bfa3f80 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ 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) +* **(New!) ** integration with Snowflake with examples in _Snowflights_ Kedro starter ## Documentation For detailed documentation refer to https://kedro-snowflake.readthedocs.io/ From f4c2a7b9c8c20fe3eddad995fc16861915c8f89f Mon Sep 17 00:00:00 2001 From: Artur Dobrogowski Date: Tue, 20 Jun 2023 17:35:59 +0200 Subject: [PATCH 2/5] docs: Updated readme removed mlflow image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa3f80..08cffde 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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) -* **(New!) ** integration with Snowflake with examples in _Snowflights_ Kedro starter +* **(New!)** [mlflow](https://mlflow.org/) integration with Snowflake with examples in _Snowflights_ Kedro starter ## Documentation For detailed documentation refer to https://kedro-snowflake.readthedocs.io/ From afed3a742d3f1e2f4eb77941739398bd06f303f4 Mon Sep 17 00:00:00 2001 From: Artur Dobrogowski Date: Tue, 20 Jun 2023 17:45:02 +0200 Subject: [PATCH 3/5] docs: readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cffde..0e5ef61 100644 --- a/README.md +++ b/README.md @@ -23,7 +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) -* **(New!)** [mlflow](https://mlflow.org/) integration with Snowflake with examples in _Snowflights_ Kedro starter +* **(New!)** [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/ From 6b547858d4996ba4b1451ca1eb9596db173c337d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Jun 2023 15:47:14 +0000 Subject: [PATCH 4/5] FIX #14 - Bump version and CHANGELOG for release 0.2.1 --- .bumpversion.cfg | 2 +- .copier-answers.yml | 2 +- CHANGELOG.md | 6 +++++- kedro_snowflake/__init__.py | 2 +- pyproject.toml | 2 +- sonar-project.properties | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11a02ac..61f47ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 [bumpversion:file:pyproject.toml] diff --git a/.copier-answers.yml b/.copier-answers.yml index 8a6fc72..0507900 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fb01c45..f5a030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.2.1] - 2023-06-20 + ## [0.2.0] - 2023-06-20 - 📝 Update quickstart guide @@ -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 diff --git a/kedro_snowflake/__init__.py b/kedro_snowflake/__init__.py index d3ec452..3ced358 100644 --- a/kedro_snowflake/__init__.py +++ b/kedro_snowflake/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 0acf861..b5e78be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 '] diff --git a/sonar-project.properties b/sonar-project.properties index 1c726c1..167c007 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 From f1381054fdeee4cba7275239cfa14626e94be547 Mon Sep 17 00:00:00 2001 From: Lasica Date: Tue, 20 Jun 2023 17:48:56 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a030b..0b6c38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [0.2.1] - 2023-06-20 +- Updated `README.md` + ## [0.2.0] - 2023-06-20 - 📝 Update quickstart guide @@ -12,8 +14,6 @@ - Added pipeline names parameter for naming pipelines in snowflake -- Updated quickstart docs - ## [0.1.2] - 2023-05-05 - Update quickstart guide