Skip to content

Commit 15b4033

Browse files
authored
Merge pull request #1450 from gooddata/feature/auto-P031-add-geo-icon-label-type
feat(gooddata-sdk): [AUTO] add GEO_ICON to GoodDataLabelType enum
2 parents 4dc3f87 + d609896 commit 15b4033

File tree

1 file changed

+1
-0
lines changed
  • packages/gooddata-dbt/src/gooddata_dbt/dbt

1 file changed

+1
-0
lines changed

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)