Skip to content

Control the Dagster orchestrator directly from Neovim

Notifications You must be signed in to change notification settings

cmpadden/dagster.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Languages