MCPcopy
hub / github.com/dlt-hub/dlt / new_file_id

Function new_file_id

dlt/common/data_writers/buffered.py:22–24  ·  view source on GitHub ↗

Creates new file id which is globally unique within table_name scope

()

Source from the content-addressed store, hash-verified

20
21
22def new_file_id() -> str:
23 """Creates new file id which is globally unique within table_name scope"""
24 return uniq_id(5)
25
26
27class BufferedDataWriter(Generic[TWriter]):

Callers 2

new_file_idMethod · 0.90
_rotate_fileMethod · 0.85

Calls 1

uniq_idFunction · 0.90

Tested by

no test coverage detected