Create Datalake

Creates a new datalake for managing and organizing your documents.

Example Method:

data_create = datalake.create()
print("data_create----", data_create)

Example Response

data_create---- {'datalake_id': 't4tof2nx7qwb43qs', 'message': 'Datalake with same name already exists in this account.', 'datalake_name': 'modellake1'}

Last updated