Delta Lake Table tools
Suggest editsCreating Delta Lake Tables
Using the deltalake
Python library
You can use the deltalake Python library to create Delta Tables and write to the bucket
Using the lakehouse-loader
utility
You can also use the lakehouse-loader
utility that EDB has created for this task, to export data from an arbitrary Postgres instance to Lakehouse Tables in a storage bucket.
For example, with the lakehouse-loader
utility:
This will export the data from the some_table
table in the test-db
database to a Delta Table in the my_schema/my_table
path in the my-bucket
bucket.
You can now query this table in the Lakehouse node by creating an external table that references the Delta Table in the my_schema/my_table
path. See External Tables for the details on how to do that.
- On this page
- Creating Delta Lake Tables
Could this page be better? Report a problem or suggest an addition!