add create tidb serverless job control (#10467)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Jyong 2024-11-08 18:48:12 +08:00 committed by GitHub
commit 445dcfe4d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 0 deletions

View file

@ -611,6 +611,11 @@ class DataSetConfig(BaseSettings):
default=500,
)
CREATE_TIDB_SERVICE_JOB_ENABLED: bool = Field(
description="Enable or disable create tidb service job",
default=False,
)
class WorkspaceConfig(BaseSettings):
"""