Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

This API creates a data lake for the user to use. Define the Tag of the data lake to be created, its extended columns and Values, and its definite columns. And, don't forget to design well in advance because the data structure determined in this way cannot be changed. The last created Data Lake incurs an immediate cost, so call it with caution.

HTTP Request

Parameters

Prerequisites

Key

Type

Description

lake_name

string

lake name

lake_type

string

Type of Lake

N or M, Can be omitted

(N when omitted)

lake_tier

string

free / basic / small / enterprise

owner

string

Lake's Owner

(When omitted, the user who calls the API)

Optional

Key

Type

Description

tag_schema

JSON

additional columns for this lake's Tag meta col_name : column name col_type : column type (long or string) col_length : if string type, assign length

value_schema

JSON

additional columns for this lake's Tag Table col_name : column name col_type : column type (long or string) col_length : if string type, assign length

Request Example

Response Example

  • No labels