Skip to content

Commit

Permalink
Merge pull request #1 from aws-samples/master
Browse files Browse the repository at this point in the history
Fixed Python library dependency on the Delta Lake example notebook
  • Loading branch information
rmattsampson authored Feb 27, 2023
2 parents 81cacc9 + 3dca310 commit 04479a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/notebooks/native_delta_dataframe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"%%configure\n",
"{\n",
" \"--conf\": \"spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension --conf spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog\",\n",
" \"--extra-py-files\": \"/opt/aws_glue_connectors/selected/delta-core_2.12-1.0.0.jar\",\n",
" \"--datalake-formats\": \"delta\"\n",
"}"
]
Expand Down

0 comments on commit 04479a8

Please sign in to comment.