Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only take runtime defs as passed to client instantiation functions #35

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

m0ar
Copy link
Collaborator

@m0ar m0ar commented Jan 16, 2024

Long story short, figuring out which composeDB runtime definitions to use is non-trivial and can't really be done automatically from the lib. The reason for this is that they will change on every deploy, so the ones included will likely not work for someone else if they deploy to their local dev cluster, because the streamID's of the models will have changed.

When there is a public deployment, the lib can default to the corresponding runtime definition. Until then, when instantiating a composeDB client with the codex lib, one will have to pass the runtime definition object.

@m0ar m0ar added the bug Something isn't working label Jan 16, 2024
@m0ar m0ar merged commit 937ce92 into main Jan 16, 2024
1 check failed
@m0ar m0ar deleted the m0ar/fix-runtime-definitions branch January 17, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant