Bug/py compatibility by AvinashYerra · Pull Request #5644 · SQLMesh/sqlmesh

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@AvinashYerra

Copy link

This PR fixes the issue #5639

  • Added 'parse_expand() converter function to parse the --expand argument
  • Updated @argument("--expand", type=parse_expand, ...) to use the converter function
  • The converter handles:
    • "true" → True (boolean)
    • "false"→ False (boolean)
    • Comma-separated values → List[str]
cuong0993, ExploHash, and feanor12 reacted with thumbs up emoji

@CLAassistant

Copy link

CLAassistant commented

Jan 4, 2026

edited

Loading

CLA assistant check
All committers have signed the CLA.

@argument

Copy link

argument commented

Jan 19, 2026

via email

OK!

On Sun, Jan 4, 2026 at 12:29 PM CLAassistant ***@***.***> wrote: *CLAassistant* left a comment (SQLMesh/sqlmesh#5644) <#5644 (comment)> [image: CLA assistant check] <https://cla-assistant.io/TobikoData/sqlmesh?pullRequest=5644> Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement <https://cla-assistant.io/TobikoData/sqlmesh?pullRequest=5644> before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck <https://cla-assistant.io/check/TobikoData/sqlmesh?pullRequest=5644> it. — Reply to this email directly, view it on GitHub <#5644 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AG6ARYJZ32BRVQM6M6CWLSD4FFEXZAVCNFSM6AAAAACQU7OOPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOMBYGI3TEOJTGY> . You are receiving this because you were mentioned.Message ID: ***@***.***>

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@AvinashYerra @CLAassistant @argument