Aaron Dunmore

Results 3 issues of Aaron Dunmore

When specifying multiple feature groups with the same prefix, triage silently overwrites all of the resulting tables with the final table to be generated. This only returns an error after...

urgent

The Triage docs currently have limited information on the Triage API. And while Triage is fairly-well covered by class- and function-level docstrings, it is inconvenient to access this documentation inside...

documentation

Triage can try to create column names longer than Postgres' [63 character max](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) identifier length. When this happens, Postgres truncates the candidate column name. I've seen this causing problems in...