Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This project is under active development and is subject to change!

Banner

Control Dagster directly from Neovim.

dagster.nvim

Setup

Using lazy.nvim:

{
  "cmpadden/dagster.nvim",
  opts = {
    dagster_binary = 'dagster'  -- path to `dagster` binary (default: 'dagster')
  }
}

Usage

:Dagster [ARGS]...

Any dagster can be run through the :Dagster command. See an example of running dagster definitions validate in the screenshot below.

asciicast

:Materialize <SELECT>

Assets can be materialized by using the :Materialize user command and supplying a selector string.

Or by creating a visual selection, and then running the command :'<,'>Materialize.

asciicast

About

Control the Dagster orchestrator directly from Neovim

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Contributors

Languages