Skip to content

Commit

Permalink
docs: Added info about Anaconda's third party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasica committed Jul 7, 2023
1 parent 4a81807 commit a900767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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)
* <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

* <span style="color:yellow;float:left;margin: 0px 7px 0px 0px">**(New!)</span></span>** [MLflow](https://mlflow.org/) integration with Snowflake with examples in _Snowflights_ Kedro starter

## Documentation
For detailed documentation refer to https://kedro-snowflake.readthedocs.io/
Expand Down
1 change: 1 addition & 0 deletions docs/source/03_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You will also need:

* Python 3.8 (must-have ⚠️ - this is enforced by the `snowflake-snowpark-python` package. Refer to `Snowflake documentation <https://docs.snowflake.com/en/developer-guide/snowpark/python/setup>`__ for more details.
* A tool to manage Python virtual environments (e.g. venv, conda, virtualenv). Anaconda is recommended by Snowflake.
* Make sure that you have enabled Anacoda's third party packages in snowflake. You can find this in Snowflake > Admin > Billing & Terms > Anaconda > Enable.

-------

Expand Down

0 comments on commit a900767

Please sign in to comment.