contexts
create_context
Create a context.
Arguments:
name
- Name of the context to create.description
- Description of the context to create.is_versioned
- Whether the context is tracked via version control.allow_duplicates
- Whether to allow duplicates in the context.unique_id_column
- Whether to include an explicit column for an auto-incrementing unique row id.unique_id_name
- Ifunique_id_column
isTrue
, then the name for this unique column. Default is “row_id”.project
- Name of the project the context belongs to.api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns:
A message indicating whether the context was successfully created.