{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Clean up\n", "❗ This notebook removes all resources created by a data transformation and ingestion project. The following code cells will:\n", "- permanently delete project or projects you provisioned in your Studio environment\n", "- permanently delete feature group or groups\n", "- permanently delete project-provisioned S3 buckets\n", "- permanently delete objects in S3 buckets under project-related prefixes" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
Shutting down your kernel for this notebook to release resources.
\n", "\n", " \n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Continue with clean up as documented in [README](../README.md#clean-up)." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3.9.12 64-bit", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.12" }, "vscode": { "interpreter": { "hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49" } } }, "nbformat": 4, "nbformat_minor": 4 }