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

Pipeline: trim unneeded fields #851

Closed
4 tasks
nlebovits opened this issue Jul 30, 2024 · 1 comment
Closed
4 tasks

Pipeline: trim unneeded fields #851

nlebovits opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels
backend good first issue Good for newcomers

Comments

@nlebovits
Copy link
Collaborator

Describe the task

Review and optimize the data_utils module to ensure that each function outputs only the necessary fields.

The goal is to review all functions within the data_utils module and modify them as needed to ensure that the output includes only the necessary fields. This task is critical for optimizing data processing and reducing unnecessary data overhead.

Acceptance Criteria

  • Review each function in the data_utils module.
  • Identify and document unnecessary fields currently included in the output of each function.
  • Modify each function to exclude the unnecessary fields.
  • Test each modified function to ensure it still performs as expected and outputs only the necessary fields.

Additional context

  • Ensure that modifications do not break any existing functionality or dependent modules.
  • Coordinate with the team to understand the required fields for each function, if unclear.
@nlebovits
Copy link
Collaborator Author

closed by #900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend good first issue Good for newcomers
Projects
Archived in project
Development

No branches or pull requests

1 participant