Releases: ashish10alex/vscode-dataform-tools
Releases · ashish10alex/vscode-dataform-tools
v0.0.40
What's Changed
- Migrate to format with sqlfluff using javascript by @ashish10alex in #12
- Add snippets for pre and post operation blocks (2b0743b)
- Errors on start of pre/post operation blocks
Bug fixes
- Error showing at incorrect line when pre/post operation blocks were present
Full Changelog: v0.0.38...v0.0.40
v0.0.38
v0.0.37
v0.0.36
v0.0.35
v0.0.34
v0.0.33
v0.0.32
0.0.31
0.0.31 (2024-08-09)
Features
- autocompletion: add support for
"${ref({schema:'dataset_name', name:'table_name'})}"
(4eb8328) - installation: Informative message to the user if current workspace is not a Dataform workspace (04517f6)
Bug Fixes
- installation: check for if the current workspace is Dataform workspace on extension install before pre-populating the declarations & tags (14f29ab)
v0.0.30
Features
- autocompletion: Add user option to choose btw
${ref('table_name')}
or${ref('dataset_name', 'table_name)}
(ae446fa) - graph: support filtering tree by
project.database.table
while keeping tree diplaying only table name (888461e) - graph: add dataset legend in a navbar for cleaner feel (9134bf5)
- docs: add FAQ section (7a3adc4)