Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

Pull request for issue #16 - #17

Closed
google-labs-jules[bot] wants to merge 1 commit into
masterfrom
fix-groupby-parsing
Closed

Pull request for issue #16#17
google-labs-jules[bot] wants to merge 1 commit into
masterfrom
fix-groupby-parsing

Conversation

@google-labs-jules

Copy link
Copy Markdown

Fixes #16


PR created automatically by Jules for task 14061588158221815774

The `--groupby` command-line argument was not being parsed correctly, causing issues when the column name contained special characters like '/'. The argument was being treated as a sequence of characters instead of a single string.

This change modifies the `import_cmd` function in `src/odoo_data_flow/__main__.py` to split the `groupby` string by commas, allowing for both single-column names with special characters and multiple comma-separated columns to be parsed correctly into a list of strings.

Additionally, new tests have been added to `tests/test_import_threaded.py` to verify the fix and prevent future regressions. The `noxfile.py` was also updated to ensure the `pydoclint` linter runs correctly within the `pre-commit` session.
@google-labs-jules

Copy link
Copy Markdown
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll acknowledge your comments with a 👀 emoji and then get to work. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

I will automatically address your feedback. For any comments you don't want me to act on, just include (aside).



For security, I will only act on instructions from the user who triggered this task for this pull request.

@bosd

bosd commented Sep 22, 2025

Copy link
Copy Markdown
Owner

merged upstream

@google-labs-jules

Copy link
Copy Markdown
Author

merged upstream

Acknowledged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Groupby parameters not passed correctly from CLI

1 participant