feat(gooddata-sdk): [AUTO] Add AI Lake ObjectStorage listing and ColumnExpression for pipe tables#1600
Open
yenkins-admin wants to merge 3 commits into
Open
feat(gooddata-sdk): [AUTO] Add AI Lake ObjectStorage listing and ColumnExpression for pipe tables#1600yenkins-admin wants to merge 3 commits into
yenkins-admin wants to merge 3 commits into
Conversation
…mnExpression for pipe tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added CatalogObjectStorageInfo, CatalogColumnExpression models and list_object_storages()/create_pipe_table() methods to CatalogAILakeService, exposing the new listAiLakeObjectStorages endpoint and the new columnExpressions field on CreatePipeTableRequest.
Impact: new_feature | Services:
gooddata-afm-client,gooddata-metadata-clientFiles changed
packages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/__init__.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/object_storage.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/column_expression.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/service.pypackages/gooddata-sdk/src/gooddata_sdk/__init__.pypackages/gooddata-sdk/tests/catalog/test_catalog_ai_lake.pypackages/gooddata-sdk/tests/catalog/unit_tests/test_ai_lake_service.pyAgent decisions
Decisions (5)
entity_model directory placement — Created catalog/ai_lake/entity_model/ subdirectory with separate files per model
ColumnExpression API model import — Import ColumnExpression from gooddata_api_client at module top-level
create_pipe_table() return type — Return None (void)
CatalogObjectStorageInfo.from_dict() key format — Accept snake_case keys (e.g. storage_id, storage_type)
list_object_storages() empty dict fallback — data.get('storages', []) returning empty list on missing key
Assumptions to verify (4)
Risks (2)
Layers touched (3)
packages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/__init__.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/object_storage.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/entity_model/column_expression.pypackages/gooddata-sdk/src/gooddata_sdk/catalog/ai_lake/service.pypackages/gooddata-sdk/src/gooddata_sdk/__init__.pypackages/gooddata-sdk/tests/catalog/test_catalog_ai_lake.pypackages/gooddata-sdk/tests/catalog/unit_tests/test_ai_lake_service.pySource commits (gdc-nas)
313a512Merge pull request #22519 from gooddata/jacek/meta-openapiOpenAPI diff
Workflow run
Generated by SDK OpenAPI Sync workflow