Skip to content

Commit

Permalink
Merge branch 'main' into feat/deltalake-locking
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored Mar 14, 2024
2 parents 5c7f32e + ef3a419 commit 4f9438b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def test_gremlin_bulk_load(
iam_role=neptune_load_iam_role_arn,
use_threads=use_threads,
keep_files=keep_files,
queue_request="TRUE",
)
res_df = wr.neptune.execute_gremlin(client, f"g.V().hasLabel('{label}').valueMap().with(WithOptions.tokens)")

Expand Down Expand Up @@ -295,6 +296,7 @@ def test_gremlin_bulk_load_from_files(
client=client,
path=path,
iam_role=neptune_load_iam_role_arn,
queue_request="TRUE",
parser_configuration=parser_config,
)
res_df = wr.neptune.execute_gremlin(client, f"g.V().hasLabel('{label}').valueMap().with(WithOptions.tokens)")
Expand Down

0 comments on commit 4f9438b

Please sign in to comment.