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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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_checksapply_checks_and_splitapply_checks_by_metadata_and_splitapply_checks_by_metadataget_invalidget_validload_checks_from_local_filesave_checks_in_local_fileBeta Was this translation helpful? Give feedback.
All reactions