latitude
latitude copied to clipboard
Developer-first embedded analytics
## Describe your changes Some procedures require extracting metadata from the query, like the defined configuration or knowing which functions are being used, without actually having to resolve the query....
## Describe your changes We want to allow users to cache queries more permanently. We're doing persistent into parquet files. In this PR we introduce the functionality for writing parquet...
## Feature Description Ever since we started developing the CLI, we have had a mutual dependency between the app and the CLI, where you cannot use a specific version of...
## Steps To Reproduce Steps we can take to reproduce the issue you're seeing. Sample data is helpful. ### Environment - Node version (`node -v`): 18.20.2 - npm version (`npm...
## Describe your changes Improve a bit the code as it was quite hard to follow ## Checklist before requesting a review - [x] I have added thorough tests -...
## Describe your changes Removes the Query prefix from those components that have the same api than components in Latitude app. Before: AreaChart in Latitude app corresponded to AreaChartQuery in...
## Feature Description A new source type that allows to use Latitude on API REST endpoints. ## Proposal ### Usage An API source type can be configured with the the...
# What? We were generating types wrongly and when using these packages types were not recognized by the LSP (Language Server Protocol) The problem is we use alias `@/model` instead...
## Describe your changes Added new functions to interpolate data results to the prompt in different premade formats: - `table`: prints the results as a Markdown Table - `json`: prints...
## Describe your changes Documented the current features for the Dynamic Prompts ## Checklist before requesting a review - [ ] I have added thorough tests - [x] I have...