Dataform Plugin Neovim #1713
magal1337
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
For data engineers that like to use neovim, I created this dataform plugin with the following functionalities:
Compile dataform project when open .sqlx file first time within neovim session or when write a sqlx file
Compile dataform current model to sql script with bq cli validation (full load and incremental)
Go to reference sqlx file when line has the ${ref()} pattern
Run current dataform model (full or incremental)
Run current dataform model assertions
Run entire dataform project
Run dataform specific tag
Syntax highlighting for both sql and javascript blocks
If you liked the idea and want to contribute I’ll be more than happy to review your PRs 😃
https://github.com/magal1337/dataform.nvim
Beta Was this translation helpful? Give feedback.
All reactions