OneLake Exports
Commands use Linux syntax. See Examples & Recipes for the Windows equivalents and the arguments every sync needs.
PostgreSQL to OneLake
./LakeXpress config create \
-a credentials.json \
--lxdb_auth_id lxdb_mssql \
--source_db_auth_id source_postgres \
--source_db_name tpch \
--source_schema_name tpch_1 \
--fastbcp_p 2 \
--n_jobs 4 \
--target_storage_id onelake_01 \
--generate_metadata
./LakeXpress sync \
-a credentials.json \
--lxdb_auth_id lxdb_mssql \
--sync_id <SYNC_ID>