Skip to content

Commit

Permalink
Fix link + update release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht committed Feb 3, 2023
1 parent 64438e6 commit 110a60e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* Fixed bug causing the `after_dataset_saved` hook only to be called for one output dataset when multiple are saved in a single node and async saving is in use.
* Log level for "Credentials not found in your Kedro project config" was changed from `WARNING` to `DEBUG`.
* Added safe extraction of tar files in `micropkg pull` to fix vulnerability caused by [CVE-2007-4559](https://github.com/advisories/GHSA-gw9q-c7gh-j9vm).
* Added an upper bound for the `setuptools` dependency to <67.0.0.

## Breaking changes to the API

Expand Down
2 changes: 1 addition & 1 deletion docs/source/deployment/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are using [Databricks Repos](https://docs.databricks.com/repos/index.html
## Prerequisites

* New or existing [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/) with administrative privileges
* Active [Databricks deployment](https://docs.databricks.com/getting-started/account-setup.html) on AWS (Databricks Community Edition won't suffice as it doesn't allow you to provision personal tokens)
* Active [Databricks deployment](https://docs.databricks.com/getting-started/index.html) on AWS (Databricks Community Edition won't suffice as it doesn't allow you to provision personal tokens)
* [Conda installed](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) on your local machine
* An account on [GitHub](https://github.com/) (free tier or above)
* [Git installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) on your local machine
Expand Down

0 comments on commit 110a60e

Please sign in to comment.