-
Notifications
You must be signed in to change notification settings - Fork 135
Instruqt track code pull request #243
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
base: master
Are you sure you want to change the base?
Instruqt track code pull request #243
Conversation
- Removed submodule reference - Added all files as regular tracked files in the repository - This allows direct editing and version control of the feature store code
…a-code-samples into java-testcontainers
| scylla-node1: | ||
| container_name: scylla-node1 | ||
| image: scylladb/scylla:5.2.0 | ||
| image: scylladb/scylla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a specific ScyllaDB version in all Docker files (not just here). You can use 2025.3, which is the latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
|
@eduardknezovic please also write meaningful commnents, at least what is this PR, overview, goals, major changes, etc. |
|
Okay, once I finish with the changes (I will add more programs here) I'll write the comments |
No description provided.