We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0756c9 commit 11225e5Copy full SHA for 11225e5
knime_extension/src/util/knime_utils.py
@@ -51,6 +51,9 @@
51
__CELL_TYPE_MULTI_LINE = "GeoMultiLineCell"
52
__CELL_TYPE_MULTI_POLYGON = "GeoMultiPolygonCell"
53
54
+# The default request header to use in all nodes that perform a web request
55
+WEB_REQUEST_HEADER = {"User-Agent": "KNIME-Geospatial/1.1"}
56
+
57
58
def geo_point_col_parameter(
59
label: str = __DEF_GEO_COL_LABEL,
0 commit comments