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

c-s: Implement insert operation for user profiles #93

Merged
merged 6 commits into from
Sep 9, 2024

Conversation

muzarski
Copy link
Collaborator

@muzarski muzarski commented Jun 19, 2024

Fix: #91

This PR introduces a logic for predefined insert operation.

Changes:

  • adjusted CLI to support insert operation for user command. Users can now choose to perform this operation (with a given sample ratio weight) via ops() parameter.
  • implemented runtime logic for insert operation. As the name suggests, the operation simply generates a row and inserts it to database.
  • updated README
  • TODO: implement runtime tests in python

@muzarski muzarski self-assigned this Jun 19, 2024
@muzarski muzarski force-pushed the user_insert_operation branch 2 times, most recently from a9a39f2 to 5afdf23 Compare June 19, 2024 12:42
@muzarski muzarski requested a review from wprzytula June 19, 2024 12:43
@muzarski
Copy link
Collaborator Author

muzarski commented Jun 19, 2024

I need to implement runtime tests for this feature, but apart from that, this PR is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

c-s: Implement full row insertion logic for user-profiles
2 participants