Path error in docs for setting up gx with Databricks #9262
Unanswered
olofalmqvist
asked this question in
Support
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.
I just followed the documentation for how to set up great_expectations with Databricks: https://docs.greatexpectations.io/docs/oss/tutorials/getting_started/how_to_use_great_expectations_in_databricks#build-and-view-data-docs.
There is a minor error in the beginning when setting up the context.
This row: context_root_dir = "/dbfs/great_expectations/"
Should be: context_root_dir = "/dbfs/gx/"
Otherwise it doesnt work to view the results later on.
Kind regards,
Olof
All reactions