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 83c62a7 commit 98d4648Copy full SHA for 98d4648
tests/test_integration/test_run_transfer/conftest.py
@@ -515,7 +515,7 @@ def source_file_format(request: FixtureRequest):
515
if name == "csv":
516
return "csv", CSV(
517
lineSep="\n",
518
- include_header=True,
+ header=True,
519
**params,
520
)
521
@@ -542,7 +542,7 @@ def target_file_format(request: FixtureRequest):
542
543
544
545
546
timestampFormat="yyyy-MM-dd'T'HH:mm:ss.SSSSSS+00:00",
547
548
0 commit comments