Can I run DQX outside Databricks? #298
mwojtyczka
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Databricks Labs projects are open source but have closed Databricks license which does not allow DQX to run outside Databricks in Production. To enforce this DQX requires WorkspaceClient. For local testing where you may not have access to Databricks workspace you can optionally mock the workspace client to run DQX without a workspace but this is supported by selected methods only (see here):
apply_checks
apply_checks_and_split
apply_checks_by_metadata_and_split
apply_checks_by_metadata
get_invalid
get_valid
load_checks_from_local_file
save_checks_in_local_file
Beta Was this translation helpful? Give feedback.
All reactions