databricks.labs.dqx.config_loader
RunConfigLoader Objects
class RunConfigLoader()
Class to handle loading of run configurations from the installation.
load_run_config
def load_run_config(run_config_name: str | None,
assume_user: bool = True,
product_name: str = "dqx") -> RunConfig
Load run configuration from the installation.
Arguments:
run_config_name- name of the run configuration to useassume_user- if True, assume user installationproduct_name- name of the product
get_installation
def get_installation(assume_user: bool, product_name: str) -> Installation
Get the installation for the given product name.
Arguments:
assume_user- if True, assume user installationproduct_name- name of the product