Skip to content

[GitHub Bot] Generated python SDK#141

Closed
mpragosa-te wants to merge 1 commit intomainfrom
20260313-144508
Closed

[GitHub Bot] Generated python SDK#141
mpragosa-te wants to merge 1 commit intomainfrom
20260313-144508

Conversation

@mpragosa-te
Copy link
Contributor

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e8ffded32c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +201 to +203
request_body_json = """

request_loaded_json = json.loads(request_body_json)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Close the request JSON literal in set-generic test

The test_set_generic_connector_operations_models_validation function starts request_body_json with """ and never closes it before subsequent Python statements, which causes an IndentationError when the module is imported (observed at the next indented JSON block). In practice, running pytest for the connectors package will fail during test collection, so this generated test suite is unusable until the request payload string is properly terminated (or replaced with valid JSON like []).

Useful? React with 👍 / 👎.

Comment on lines +57 to +59
request_body_json = """

request_loaded_json = json.loads(request_body_json)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Close the request JSON literal in set-operation test

The test_set_operation_connectors_models_validation test has the same unterminated request_body_json triple-quoted string, so Python treats following lines as part of the string and then errors at the next indented JSON object. This breaks import/collection of the test module, meaning connectors tests cannot run until the request body string is closed and valid JSON is provided.

Useful? React with 👍 / 👎.

@rodrirod-te
Copy link
Contributor

superseded by #143

@rodrirod-te rodrirod-te deleted the 20260313-144508 branch March 19, 2026 14:33
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.

2 participants