diff --git a/examples/notebooks/native_iceberg_sql.ipynb b/examples/notebooks/native_iceberg_sql.ipynb index 6f7a063..aa4b915 100644 --- a/examples/notebooks/native_iceberg_sql.ipynb +++ b/examples/notebooks/native_iceberg_sql.ipynb @@ -267,7 +267,7 @@ "outputs": [], "source": [ "%%sql\n", - "DELETE FROM glue_catalog.iceberg_sql.product WHERE product_name == \"Blender\"" + "DELETE FROM glue_catalog.iceberg_sql.product WHERE product_name = 'Blender'" ] }, {