Skip to content

Commit d609896

Browse files
Auto Implementerclaude
andcommitted
feat(gooddata-sdk): [AUTO] add GEO_ICON to GoodDataLabelType enum
Adds GEO_ICON = 'GEO_ICON' to the GoodDataLabelType enum in gooddata-dbt, matching the new GEO_ICON label type added to CommonModel.kt in gdc-nas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4dc3f87 commit d609896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/gooddata-dbt/src/gooddata_dbt/dbt

packages/gooddata-dbt/src/gooddata_dbt/dbt/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class GoodDataLabelType(Enum):
2222
GEO_LATITUDE = "GEO_LATITUDE"
2323
GEO_LONGITUDE = "GEO_LONGITUDE"
2424
GEO_AREA = "GEO_AREA"
25+
GEO_ICON = "GEO_ICON"
2526

2627

2728
class GoodDataSortDirection(Enum):

0 commit comments

Comments
 (0)