Mark Kunzmann

Results 22 comments of Mark Kunzmann

Note for posterity: ```sql -- Overview query of users with associated charts -- Look for users where there are two unique IDs, one with a sub in lowercase, the other...

## Upgrade Tasks High-level sequence of activities required on each instance being upgraded. IXT activities are marked: - [ ] Disable user access on WAF - [ ] Dump `visualization_tool`...

Status update (25.3.): - Call w/ Abraxas 21.3. to coordinate upgrade activities - Currently awaiting a timeline from them for when they have resources to support

FWIW, as a temporary workaround I've been using this PR directly via `pip` and have encountered no issues so far: ``` pip install git+https://github.com/langchain-ai/langchain-postgres@c32f6beb108e37aad615ee3cbd4c6bd4a693a76d ```

Thank you @bprusinowski 🙇‍♂️ Agree with this approach. v20 should receive maintenance releases through April 2026 so there's no need to rush imho. ![Image](https://github.com/user-attachments/assets/a315361c-f2b0-4d95-8e3d-df7589a85942)

__Note:__ _This description is draft, i.e. work in progress_ With reference the original issue (#2032), the current sorting for hierarchies is indeed as follows: - Hierarchies are sorted one level...

Thanks @noahonyejese 🎉 I have two observations: - I think it would be good if the footer were removed - Clicking on the button to create a new visualization opens...

Limited local testing revealed no straightforward way to move to migrations without resetting the DB. Obviously, it would be preferable not to have to do this. Our version of prisma...

Sentry Issue: [VISUALIZE-ADMIN-ES](https://interactive-things.sentry.io/issues/6393998359/?referrer=github_plugin)

_Status update:_ Found and removed 48 malformed records in `config` table on INT. ```sql -- Cleanup query WITH filtered_data AS ( SELECT id, jsonb_agg( COALESCE( data ->> 'dataSet', chart_config_obj ->>...