{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Iceberg Example Notebook\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Topics covered in this example\n",
"\n",
"1) [Configuring Iceberg](#configure_iceberg)
\n",
"2) [Iceberg Catalogs and Namespaces](#catalogs)
\n",
"3) [Creating an Iceberg Table](#create_table)
\n",
"4) [DML Statements](#dml)
\n",
" a) [Inserts](#inserts)
\n",
" b) [Deletes](#deletes)
\n",
" c) [Upserts](#upserts)
\n",
" d) [Updates](#updates)
\n",
"5) [Schema Evolution](#schema_evolution)
\n",
" a) [Renaming Columns](#renaming_columns)
\n",
" b) [Adding Columns](#adding_columns)
\n",
" c) [Dropping Columns](#dropping_columns)
\n",
"6) [Time Travel](#time_travel)
\n",
" a) [Rollback](#rollback)
\n",
" b) [Roll Forward](#roll_forward)
\n",
"7) [Partition Evolution](#partition_evolution)
\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"***\n",
"\n",
"## Prerequisites\n",
"