Jernej Frank
07/24/2024, 2:37 PMIliya R
08/07/2024, 4:33 PMpyproject.toml. Will appreciate any feedback, especially with regard to testing this.Iliya R
08/07/2024, 8:08 PMIliya R
08/08/2024, 6:53 AMhamilton_sdk to be its own section, or 1st party (i.e. grouped with hamilton) or 3rd party (grouped with pytest etc)? There's some inconsistency in the files with that regard.Iliya R
08/08/2024, 11:12 PMIliya R
08/20/2024, 7:11 PMparameterize_extract_columns and saw that it requires ParameterizedExtract objects. Suggestion: have it accept some sort of named/ordered fields (e.g. list of dicts, or list of tuples) then wrap them internally in ParameterizedExtract . It saves an import and is a tiny bit more elegant imho. wdyt?Slackbot
08/22/2024, 6:52 PMJernej Frank
08/23/2024, 11:49 PMruff.....................................................................Failed
- hook id: ruff
- exit code: 2
error: TOML parse error at line 176, column 1
|
176 | [tool.ruff.format]
| ^^^^^^^^^^^^^^^^^^
wanted exactly 1 element, more than 1 element
black....................................................................Passed
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
fix requirements.txt.................................(no files to check)Skipped
check python ast.........................................................PassedFran Boon
08/26/2024, 9:08 AMfrom __future__ import annotationsFran Boon
09/01/2024, 3:01 PMJernj Frank
09/12/2024, 7:10 PMIliya R
09/19/2024, 7:08 AM"sqlalchemy==1.4.49; python_version == '3.7.*'", in pyproject.toml, if the minimum supported python version is 3.8?Iliya R
09/19/2024, 7:43 AMCall to action
We strongly encourage maintainers of Python projects to prepare their projects for 3.13 compatibilities during this phase
Viktor
10/03/2024, 11:15 AMIliya R
10/20/2024, 1:39 PMhamilton\function_modifiers\macros.py:1522: SyntaxWarning: invalid escape sequence '\*'
What needs to be done is add a r to the beginning of the docstring (i.e. """ -> r""") and change \*\* on the aforementioned line to **.Jernj Frank
11/18/2024, 1:11 AMIliya R
02/12/2026, 9:08 PMIliya R
02/25/2026, 3:10 AMIliya R
03/06/2026, 10:16 AMIliya R
03/07/2026, 4:39 AMAditya Deshwal
04/07/2026, 4:26 AMIliya R
04/07/2026, 6:31 AM$ gpg --verify apache-hamilton-1.90.0-incubating-src.tar.gz.asc apache-hamilton-1.90.0-incubating-src.tar.gz
gpg: Signature made Sat 04 Apr 2026 08:10:01 IDT
gpg: using RSA key FE668E857E89A11C5E5C000CA8D3D15600545C61
gpg: Good signature from "Stefan Krawczyk (1 year key for Hamilton project) <stefank@cs.stanford.edu>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: FE66 8E85 7E89 A11C 5E5C 000C A8D3 D156 0054 5C61
2. incorrect arg name to uv
$ uv venv --python 3.11 --clean
error: unexpected argument '--clean' found
tip: a similar argument exists: '--clear'
3. re scripts/verify_apache_artifacts.py docstring - IMHO we should set it up to work as uv run verify-... <args> <kwargs> and do the mapping to the actual repo scripts internallyHari Panjwani
04/19/2026, 8:00 PMShabbir Hussain
04/21/2026, 5:30 AMIliya R
04/23/2026, 4:06 AMIliya R
05/03/2026, 3:34 AMIliya R
06/18/2026, 4:12 AMIliya R
07/14/2026, 4:50 AMcontact
07/15/2026, 6:34 AMIliya R
09/22/2026, 12:53 AM