Skip to content

Releases: ashish10alex/vscode-dataform-tools

v0.0.40

20 Aug 21:39
Compare
Choose a tag to compare

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

14 Aug 15:13
Compare
Choose a tag to compare

0.0.38 (2024-08-14)

Bug Fixes

  • compilation timeout when running a file / tag (#13) (37a2aa4)

v0.0.37

13 Aug 19:55
Compare
Choose a tag to compare

0.0.37 (2024-08-13)

Bug Fixes

v0.0.36

12 Aug 16:46
Compare
Choose a tag to compare

0.0.36 (2024-08-12)

Features

  • cache compiled json during activation of the extension if available (1179509)

Bug Fixes

  • incremental tables & failing operations when undefined (4857eb9)

v0.0.35

10 Aug 19:00
Compare
Choose a tag to compare

0.0.35 (2024-08-10)

Bug Fixes

  • on initial extension activation if extension path is specified donot verify that with where / which command as we have already checked the filepath before (c4f1db9)

v0.0.34

10 Aug 18:48
Compare
Choose a tag to compare

0.0.34 (2024-08-10)

Bug Fixes

  • for windows if path to executable is specified where.exe is not able to verify that (f6f77d7)

v0.0.33

10 Aug 18:36
Compare
Choose a tag to compare

0.0.33 (2024-08-10)

Features

  • ability to specify the path to formatdataform cli. Helps to support windows executable formatdataform.exe and systems where sudo access might not be available (d80d869)
  • share CACHED_COMPILED_DATAFORM_JSON across the ts files (0e98813)

v0.0.32

09 Aug 21:01
Compare
Choose a tag to compare

0.0.32 (2024-08-09)

Bug Fixes

  • do not activate on repos where there are no sqlx files (5c6389f)

0.0.31

09 Aug 20:41
Compare
Choose a tag to compare

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

09 Aug 11:58
Compare
Choose a tag to compare

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)

prefered_autocompletion