MCPcopy Index your code
hub / github.com/pathwaycom/pathway / write_data

Function write_data

python/pathway/tests/test_deltalake.py:353–358  ·  view source on GitHub ↗
(data: str)

Source from the content-addressed store, hash-verified

351 v: str
352
353 def write_data(data: str):
354 write_csv(input_path, data)
355 G.clear()
356 table = pw.io.csv.read(input_path, schema=InputSchema, mode="static")
357 pw.io.deltalake.write(table, output_path)
358 run_all()
359
360 def check_entries_count(start_from_timestamp_ms: int, expected_entries: int):
361 G.clear()

Callers 1

Calls 4

write_csvFunction · 0.90
run_allFunction · 0.90
clearMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected