Commit Graph

468 Commits

Author SHA1 Message Date
github-actions[bot] 5e5ad5d3f7 chore(release): update version to 0.0.35 2025-02-06 21:11:01 +00:00
dal ba25ada7c1
Fix: snowflake timestamp bug
Staging
2025-02-06 13:10:49 -08:00
dal 77045a30c2
Merge pull request #107 from buster-so/dal/snowflake-timestamp-going-to-kill-me
fix(snowflake): Improve timestamp handling and JSON processing
2025-02-06 13:10:17 -08:00
dal 2ec0b7743f
feat(snowflake): Improve timestamp handling and JSON processing
- Add support for parsing Snowflake timestamp structs with epoch and fraction fields
- Implement handling of Snowflake timestamp logical types (with and without timezone)
- Enhance JSON value processing to detect and convert Snowflake timestamp objects
- Add error handling and logging for timestamp parsing
2025-02-06 14:09:39 -07:00
github-actions[bot] 8493db3abe chore(release): update version to 0.0.34 2025-02-06 19:59:59 +00:00
dal 80f82856b1
Merge pull request #106 from buster-so/staging
fix(visualization): add x axis time unit.
2025-02-06 11:59:45 -08:00
dal ef685d87a4
Fix x axis intervals (#105)
* xAxisTickinerval

* fix(visualization): Add x-axis time unit configuration for bar and combo charts

- Extend chart configuration to support optional x-axis time unit
- Update modify visualization agent to dynamically set x-axis time interval
- Modify bar line and combo chart prompts to include x_axis_time_unit parameter

* only use valid time units

* refactor(visualization): Simplify x-axis time unit configuration

- Modify modify_visualization_agent to extract and remove x-axis time unit more efficiently
- Update global styling result structure for x-axis time interval
- Adjust format_label_prompt comment to clarify date format default behavior

---------

Co-authored-by: Nate Kelley <nate@buster.so>
2025-02-06 11:58:25 -08:00
github-actions[bot] 4a085d9c23 chore(release): update version to 0.0.33 2025-02-06 04:56:13 +00:00
dal a69fa7c81a
Fix: Tweaked fix sql prompt to be json
Tweaked the fix sql to return a json output so we don't get parse err…
2025-02-05 20:56:00 -08:00
dal e144377ada
Tweaked the fix sql to return a json output so we don't get parse errors. 2025-02-05 21:55:19 -07:00
github-actions[bot] 0c290baccb chore(release): update version to 0.0.32 2025-02-06 01:25:31 +00:00
dal 6cb9c9cf5b
fix prompts with o3-mini
fix(prompts): Enhance SQL query generation and error handling instru…
2025-02-05 17:25:17 -08:00
dal b872cf63a4
feat(prompts): Enhance SQL query generation and error handling instructions
- Update failed SQL fix prompt to emphasize query output format
- Add clarification to dataset selector prompt about selecting multiple datasets
2025-02-05 18:24:34 -07:00
github-actions[bot] 23ca3a5b84 chore(release): update version to 0.0.31 2025-02-05 23:24:38 +00:00
dal bb100d4178
Fix: Search org id bug
Staging
2025-02-05 15:24:27 -08:00
dal 80d3662c3f
Merge pull request #101 from buster-so/dal/term_search_bug
Dal/term search bug
2025-02-05 15:23:49 -08:00
dal fb75c1f554
fix(search): Add organization_id filter to semantic and terms search queries 2025-02-05 16:23:24 -07:00
dal 7bcd7d81bc
make sure the output of fix sql is delimited 2025-02-05 16:19:23 -07:00
github-actions[bot] dd00ec345f chore(release): update version to 0.0.30 2025-02-05 19:40:57 +00:00
dal e0da363f9b
bugfix: values search table format
fix the search value table
2025-02-05 11:40:44 -08:00
dal 2c7ef16956
fix the search value table 2025-02-05 12:30:51 -07:00
github-actions[bot] f2858b79fc chore(release): update version to 0.0.29 2025-02-05 19:08:37 +00:00
dal 76859bfa2d
Bugfix: Delete Dataset endpoint
Staging
2025-02-05 11:08:26 -08:00
dal 8c853b7ac3
Merge pull request #98 from buster-so/dal/fix-dataset-delete-bug
bugfix(datasets): add delete dataset route
2025-02-05 11:07:45 -08:00
dal d9973a13dd
bugfix(datasets): add delete dataset route
Implement a new DELETE route for removing datasets by their ID
2025-02-05 11:58:43 -07:00
github-actions[bot] c55951624e chore(release): update version to 0.0.28 2025-02-05 18:44:16 +00:00
dal 6f2976ef78
Merge pull request #97 from buster-so/staging
use colors in tooltip cache
2025-02-05 10:44:03 -08:00
dal 2be7383656
you learn something new every day... a schema in pg can't start with a number. 2025-02-05 11:36:31 -07:00
Nate Kelley f437aea897
use colors in tooltip cache 2025-02-05 08:12:13 -07:00
github-actions[bot] 078c66af1a chore(release): update version to 0.0.27 2025-02-05 15:02:36 +00:00
Nate Kelley b46de45aa8
Merge pull request #96 from buster-so/staging
Update MetricTitle to not duplicate
2025-02-05 07:02:23 -08:00
Nate Kelley 255c1514ad
Update MetricTitle.tsx 2025-02-05 08:01:55 -07:00
github-actions[bot] df192529d2 chore(release): update version to 0.0.26 2025-02-05 00:27:32 +00:00
dal 6535947d23
Merge pull request #95 from buster-so/staging
fix: janky check for values
2025-02-04 16:27:22 -08:00
dal 960c89ab84
fix: janky check for values 2025-02-04 17:26:57 -07:00
github-actions[bot] bfd76626de chore(release): update version to 0.0.25 2025-02-05 00:19:06 +00:00
dal 902f25dc6b
Merge pull request #94 from buster-so/staging
remove the limit query bc mixing things up
2025-02-04 16:18:54 -08:00
dal 87a6225f1d
remove the limit query bc mixing things up 2025-02-04 17:18:02 -07:00
github-actions[bot] 5ba1b99727 chore(release): update version to 0.0.24 2025-02-04 23:58:40 +00:00
dal b2f571faa5
refactor(snowflake_query): optimize Arrow data processing with explicit row collection (#92) (#93) 2025-02-04 15:58:28 -08:00
dal 0fde90b848
refactor(snowflake_query): optimize Arrow data processing with explicit row collection (#92) 2025-02-04 15:57:35 -08:00
github-actions[bot] d8ab818a42 chore(release): update version to 0.0.23 2025-02-04 23:11:42 +00:00
dal 543877395d
Bugfix: stored values
Merge pull request #90 from buster-so/dal/stored_values_enum_push_to_…
2025-02-04 15:11:29 -08:00
dal d0ff21e10d
Merge pull request #90 from buster-so/dal/stored_values_enum_push_to_description
feat(stored_values): enhance column value processing with enum detect…
2025-02-04 15:10:54 -08:00
github-actions[bot] 7959db0c5a chore(release): update version to 0.0.22 2025-02-04 22:33:08 +00:00
dal 19f858aa4b
Merge pull request #89 from buster-so/staging
bugfix(snowflake_query): add data processing helpers for query result…
2025-02-04 14:32:57 -08:00
dal d4825c0ffe
bugfix(snowflake_query): add data processing helpers for query results (#88)
- Introduce helper functions for processing string and JSON values
- Implement case-insensitive string and JSON value transformations
- Add robust timestamp parsing with error handling
- Enhance Snowflake query result processing with consistent data normalization
2025-02-04 14:32:23 -08:00
github-actions[bot] 468353cc48 chore(release): update version to 0.0.21 2025-02-04 19:31:36 +00:00
dal d2f377dd0f
Merge pull request #86 from buster-so/staging
refactor(stored_values): improve background processing and error hand…
2025-02-04 11:31:23 -08:00
dal 59049b5604
refactor(stored_values): improve background processing and error handling for stored column values (#85)
- Refactor stored values processing in dataset deployment to use background task
- Add `StoredValueColumn` struct to encapsulate column processing details
- Implement `process_stored_values_background` for parallel and resilient value storage
- Add logging for successful and failed stored value processing
- Update CLI to handle optional SQL definitions and improve file processing
2025-02-04 11:30:45 -08:00