Skip to content

matthias-Q/dagster.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dagster.nvim

Config

Requirements:

  • plenary
  • telescope
  • treesitter

Installation

Lazy:

    {
        "matthias-Q/dagster.nvim",
        opts = {
            endpoint = "http://localhost:3000/graphql",
            repositoryName = "__repository__",
            repositoryLocationName = "dgdemo",
            auto_start = false
        }
    }

Features

  • Telescope Picker with all assets and their last materialization
  • can poll automation sensor for automaterialization events
  • virtual text annotations for assets showing their last materialization virtul text

TODO:

[ ] Fix Treesitter Queries

[ ] Include Treesitter queries for group name

[ ] Cleanup code base

About

dagster.nvim

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages