Configuration in Dask-SQL

Configuration in Dask-SQL

dask-sql supports a list of configuration options to configure behavior of certain operations. dask-sql uses Dask’s config module and configuration options can be specified with YAML files, via environment variables, or directly, either through the dask.config.set method or the config_options argument in the dask_sql.Context.sql() method.

Configuration Reference

sql.groupby.split_out   1

Number of output partitions for a groupby operation

sql.groupby.split_every   None

Number of branches per reduction step for a groupby operation.

sql.identifier.case_sensitive   True

Whether sql identifiers are considered case sensitive while parsing.