Problem
pyiceberg_example.ipynb and spark_integration_example.ipynb have no
automated tests. Breaking changes to notebook cells go undetected.
Solution
Run notebooks as-is via papermill and assert on stdout output.
For the Spark notebook, inject a mock pyspark session
Problem
pyiceberg_example.ipynbandspark_integration_example.ipynbhave noautomated tests. Breaking changes to notebook cells go undetected.
Solution
Run notebooks as-is via papermill and assert on stdout output.
For the Spark notebook, inject a mock pyspark session