Skip to content

Commit e4524a7

Browse files
authored
Recognize TS domains as Neptune endpoints (#521)
1 parent 02ba47f commit e4524a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/graph_notebook/neptune/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
STREAM_RDF = 'RDF'
103103
STREAM_ENDPOINTS = {STREAM_PG: 'gremlin', STREAM_RDF: 'sparql'}
104104

105-
NEPTUNE_CONFIG_HOST_IDENTIFIERS = ["neptune.amazonaws.com", "neptune.*.amazonaws.com.cn", "api.aws", "on.aws", "aws.dev"]
105+
NEPTUNE_CONFIG_HOST_IDENTIFIERS = ["neptune.amazonaws.com", "neptune.*.amazonaws.com.cn",
106+
"api.aws", "on.aws", "aws.dev",
107+
"sc2s.sgov.gov", "c2s.ic.gov"]
106108

107109
false_str_variants = [False, 'False', 'false', 'FALSE']
108110

0 commit comments

Comments
 (0)