Skip to content

Commit 5ac4bb5

Browse files
committed
Added notebook examples for Hudi to Redshift and Delta to Snowflake
1 parent c5f2588 commit 5ac4bb5

File tree

3 files changed

+705
-0
lines changed

3 files changed

+705
-0
lines changed

examples/notebooks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ Following examples are based on native connectors.
77
### Apache Hudi
88
- [Hudi DataFrame example](native_hudi_dataframe.ipynb)
99
- [Hudi Spark SQL example](native_hudi_sql.ipynb)
10+
- [Hudi to Redshift incremental load](hudi2redshift-incremental-load.ipynba)
1011

1112
### Delta Lake
1213
- [Delta Lake DataFrame example](native_delta_dataframe.ipynb)
1314
- [Delta Lake Spark SQL example](native_delta_sql.ipynb)
1415
- [Delta Lake Spark SQL example using S3 path](native_delta_sql_s3path.ipynb)
16+
- [Delta to Snowflake incremental load](delta2snowflake-incremental-load.ipynb)
1517

1618
### Apache Iceberg
1719
- [Iceberg DataFrame example](native_iceberg_dataframe.ipynb)

0 commit comments

Comments
 (0)