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 9e33f0b commit ef3a419Copy full SHA for ef3a419
tests/unit/test_neptune.py
@@ -236,6 +236,7 @@ def test_gremlin_bulk_load(
236
iam_role=neptune_load_iam_role_arn,
237
use_threads=use_threads,
238
keep_files=keep_files,
239
+ queue_request="TRUE",
240
)
241
res_df = wr.neptune.execute_gremlin(client, f"g.V().hasLabel('{label}').valueMap().with(WithOptions.tokens)")
242
@@ -295,6 +296,7 @@ def test_gremlin_bulk_load_from_files(
295
296
client=client,
297
path=path,
298
299
300
parser_configuration=parser_config,
301
302
0 commit comments