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 53c0c48 commit a554c47Copy full SHA for a554c47
tests/unit/test_athena.py
@@ -491,7 +491,7 @@ def test_athena_paramstyle_qmark_with_caching(
491
paramstyle="qmark",
492
keep_files=False,
493
s3_output=path2,
494
- athena_cache_settings={"max_cache_seconds": 300}
+ athena_cache_settings={"max_cache_seconds": 300},
495
)
496
497
assert len(df_out) == 1 and df_out.iloc[0]["string"] == "Washington"
@@ -506,7 +506,7 @@ def test_athena_paramstyle_qmark_with_caching(
506
507
508
509
510
511
512
assert len(df_out) == 1 and df_out.iloc[0]["string"] == "Seattle"
0 commit comments