Skip to content

Bug/py compatibility#5644

Open
AvinashYerra wants to merge 3 commits into
SQLMesh:mainfrom
AvinashYerra:bug/py-compatibility
Open

Bug/py compatibility#5644
AvinashYerra wants to merge 3 commits into
SQLMesh:mainfrom
AvinashYerra:bug/py-compatibility

Conversation

@AvinashYerra
Copy link
Copy Markdown

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]

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 4, 2026

CLA assistant check
All committers have signed the CLA.

@argument
Copy link
Copy Markdown

argument commented Jan 19, 2026 via email

@mpreusse
Copy link
Copy Markdown

Will this be merged at some point? I'm running into the same 3.14 issues

@StuffbyYuki StuffbyYuki force-pushed the bug/py-compatibility branch from 2ecbeee to 860b317 Compare June 3, 2026 04:24
@StuffbyYuki
Copy link
Copy Markdown
Collaborator

@mpreusse Looking at this this week

@StuffbyYuki
Copy link
Copy Markdown
Collaborator

@AvinashYerra Can you add DCO checks on your commits?

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.

5 participants