We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc3f87 + d609896 commit 15b4033Copy full SHA for 15b4033
1 file changed
packages/gooddata-dbt/src/gooddata_dbt/dbt/base.py
@@ -22,6 +22,7 @@ class GoodDataLabelType(Enum):
22
GEO_LATITUDE = "GEO_LATITUDE"
23
GEO_LONGITUDE = "GEO_LONGITUDE"
24
GEO_AREA = "GEO_AREA"
25
+ GEO_ICON = "GEO_ICON"
26
27
28
class GoodDataSortDirection(Enum):
0 commit comments