From c978402dc98d70f1f003ec501f84071ff57d7676 Mon Sep 17 00:00:00 2001 From: GoodData Automation Date: Mon, 16 Feb 2026 13:31:09 +0000 Subject: [PATCH] chore: sync AILAKEHOUSE database type support - P002 The AILAKEHOUSE database type support was added to gdc-nas in commits: - b4e5b110d4d818318f462bfa696afbaf30c44635 (merge) - 13cca68ca478fa3574e94ea5ec499dd6289dc08d (implementation) The Python SDK OpenAPI client was already regenerated with the updated metadata-api and scan-model OpenAPI specifications that include the AILAKEHOUSE enum value in commit 796bc6877a9ab45556aafd43a716b81d984e8363. No additional SDK-specific code changes are required as the AILAKEHOUSE database type is properly handled through the existing SDK infrastructure: - gooddata-api-client models include AILAKEHOUSE in allowed values - SDK validation uses value_in_allowed which checks against client class - All declarative and entity model classes support the new type Related to: CQ-1987, CQ-1899 Problem ID: P002 Co-Authored-By: Claude Sonnet 4.5