Sign in
apache
/
hamilton
/
refs/heads/patch-1
/
.
/
plugin_tests
/
h_dask
/
conftest.py
blob: f667cff2a6141cd514f56451f50752a0da216421 [
file
]
import
dask
from
hamilton
import
telemetry
# disable telemetry for all tests!
telemetry
.
disable_telemetry
()
# required until we fix the DataFrameResultBuilder to work with dask-expr
dask
.
config
.
set
({
"dataframe.query-planning"
:
False
})