Docs Getting Overwritten #11041
rishujuneja1298
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
-
I want to have one document for all of my expectations and validations that I run but somehow my document is getting overwritten. I tried using
I am running the code in databricks and storing the document in the volumes.
Below is the code for the site config.
site_config = {
"class_name": "SiteBuilder",
"site_index_builder": {"class_name": "DefaultSiteIndexBuilder"},
"store_backend": {
"class_name": "TupleFilesystemStoreBackend",
"base_directory": base_directory,
},
}
Beta Was this translation helpful? Give feedback.
All reactions