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

Function table_from_datasource

python/pathway/internals/table_io.py:25–30  ·  view source on GitHub ↗
(
    datasource: datasources.DataSource,
    debug_datasource: datasources.StaticDataSource | None = None,
    *,
    supported_components: Iterable[str] = ...,
)

Source from the content-addressed store, hash-verified

23
24@overload
25def table_from_datasource(
26 datasource: datasources.DataSource,
27 debug_datasource: datasources.StaticDataSource | None = None,
28 *,
29 supported_components: Iterable[str] = ...,
30) -> tables.Table[Any]: ...
31
32
33@overload

Callers 15

readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
readFunction · 0.90
read_from_digital_oceanFunction · 0.90
read_from_wasabiFunction · 0.90
readFunction · 0.90

Calls 3

itemsMethod · 0.80
add_operatorMethod · 0.80
columnsMethod · 0.45

Tested by 15

test_debug_datasourceFunction · 0.72
test_universe_propertiesFunction · 0.72
test_bufferFunction · 0.72
test_buffer_2Function · 0.72
test_freezeFunction · 0.72
test_reindexFunction · 0.72
test_reindex_2Function · 0.72
test_ixFunction · 0.72
test_intersectFunction · 0.72