Skip to content

Commit

Permalink
changes based on review
Browse files Browse the repository at this point in the history
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
  • Loading branch information
SajidAlamQB committed Aug 23, 2023
1 parent 2a7f4a3 commit bc71b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
| `AbstractDataset` | `AbstractDataSet` | `kedro.io.core` |
| `AbstractVersionedDataset` | `AbstractVersionedDataSet` | `kedro.io.core` |

* `layer` attribute at the top level is deprecated and will be removed in Kedro 0.19.0. Please move `layer` inside the `metadata` -> `kedro-viz` attributes.

# Release 0.18.12

## Major features and improvements
Expand Down
3 changes: 2 additions & 1 deletion kedro/io/data_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ class to be loaded is specified with the key ``type`` and their

warnings.warn(
"Defining the 'layer' attribute at the top level is deprecated "
"and will be removed in Kedro 0.19.0. Please move 'layer' inside the 'metadata' attribute.",
"and will be removed in Kedro 0.19.0. Please move 'layer' inside the 'metadata' -> "
"'kedro-viz' attributes.",
FutureWarning,
)
ds_layer = ds_config.pop("layer", None)
Expand Down

0 comments on commit bc71b8f

Please sign in to comment.