Skip to content
Discussion options

You must be logged in to vote

hi @Saamu192, thanks for the question. Yes, cloud-specific store backend support was removed in GX v1.0. The implementations were just thin wrappers around the cloud SDK. They weren't up to our standards and fell outside the core scope of the library, and so we decided to remove them from the API with the v1 release.

As you guessed, the recommended path is to sync your FileDataContext to/from the bucket with the cloud SDK each run. Pull down your gx directory, run your Checkpoint, and push back only the result under a unique key name. Two places are important to avoid concurrency: updating your GX config itself, and building DataDocs. For updating your config it's best to have a single so…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshua-stauffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants