MCPcopy Index your code
hub / github.com/dask/dask / test_read_sql_query_string_raises_error

Function test_read_sql_query_string_raises_error

dask/dataframe/io/tests/test_sql.py:450–452  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

448
449
450def test_read_sql_query_string_raises_error(db):
451 with pytest.raises(ValueError):
452 read_sql_query("SELECT * FROM test", db, npartitions=2, index_col="number")
453
454
455def test_no_character_index_without_divisions(db):

Callers

nothing calls this directly

Calls 1

read_sql_queryFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…