I created the tenant according to the official documentation, but the creation failed;
the doc as follow:
CREATE
TENANT [IF NOT EXISTS] tenant_name WITH [comment = ''/drop_after = '7d'];
and I create tenant as follow:
public ❯ CREATE
TENANT tenant_010 WITH;
but the error returned, as follow:
422 Unprocessable Entity, details: {"error_code":"010009","error_message":"sql parser error: Expected identifier, found: ;"}
what's the problem?