pub async fn connect_to_remote_data_lake( db_uri: &str, object_store_url: &str, ) -> Result<DataLakeConnection, Error>
Connects to the remote data lake, migrating the database if necessary.