Where is the root directory for GX Cloud?

Previous Slack message by user

Hi Team, for the gx-cloud version where will be my root directory?\n\nI have done pip install of great-expectations from databricks notebook.\n\nI tried setting the context = gx.get_context(context_root_dir=context_root_dir) but I don’t see them in my driver aka edge node.

All your configuration will be saved to our Cloud backend.

If you do want a great_expectations/ directory, you can use the following:
context = gx.get_context(project_root_dir=".")

Or whatever path you’re looking for.