SergioChan opened a new pull request, #1514:
URL: https://github.com/apache/hamilton/pull/1514
Fixes #1309\n\nPin the CLI Typer dependency to a version that supports Click
8.3's signature. This prevents from crashing with .\n\n## Changes\n\n- update
from to \n- update test dependency entry to so test environments resolve the
same compatible version\n\n## How I tested this\n\n- \n-
Usage: hamilton [OPTIONS] COMMAND [ARGS]...
Hamilton CLI
╭─ Options
────────────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current shell.
│
│ --show-completion Show completion for the current shell, to
copy │
│ it or customize the installation.
│
│ --help Show this message and exit.
│
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Output format
──────────────────────────────────────────────────────────────╮
│ --verbose --no-verbose Output all intermediary commands
│
│ [default: no-verbose]
│
│ --json-out --no-json-out Output JSON for programmatic use (e.g.,
CI) │
│ [default: no-json-out]
│
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands
───────────────────────────────────────────────────────────────────╮
│ build Build a single Driver with MODULES
│
│ diff Diff between the current MODULES and their specified
GIT_REFERENCE │
│ validate Validate DATAFLOW execution for the given CONTEXT
│
│ version Version NODES and DATAFLOW from dataflow with MODULES
│
│ view Build and visualize dataflow with MODULES
│
│ ui Runs the Hamilton UI on sqllite in port 8241
│
╰──────────────────────────────────────────────────────────────────────────────╯\n-
confirmed help text renders successfully and no traceback is raised\n\n##
Notes\n\n- kept scope intentionally minimal to dependency resolution only\n\n##
Checklist\n\n- [x] PR has an informative and human-readable title (this will be
pulled into the release notes)\n- [x] Changes are limited to a single goal (no
scope creep)\n- [x] Code passed the pre-commit check & code is left
cleaner/nicer than when first encountered.\n- [x] Any _change_ in functionality
is tested\n- [ ] New functions are documented (with a description, list of
inputs, and expected output)\n- [x] Placeholder code is flagged / future TODOs
are captured in comments\n- [x] Project documentation has been updated if
adding/changing functionality.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]