We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e5bcbd + 15b4033 commit 0bcc9e7Copy full SHA for 0bcc9e7
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