Changelog
Click to open a query against a dbt model
You can now quickly open a new tab to query a dbt model by clicking on the arrow next to the model's Relation
on the Overview tab.
Refresh profiles.yml and environment variables
Click Refresh
to detect any changes to your profiles.yml for environment variables.
Fixes and Tweaks
- Fixed an issue with large database connections consuming excessive amounts of memory
- Fixed an issue that would reset scroll location when switching between tabs
- Database connection errors are now displayed in the Problems tab
- Added setting to toggle linting
- Added support for triple quotes in Jinja templates
- BigQuery: add support for JSON literals
- Added support for
TOP {n}
syntax