Hello :blob_wave: I was wondering if there was s...
# dagster-feedback
j
Hello 👋 I was wondering if there was some sort of dagster cli command to load in definitions and get the dagster type checker without loading dagit. The end goal would be a pre commit hook that would run this checker. Thanks for any and all help!
y
this is a cool idea. cc @ben to get on your radar in terms of pythonic config
a
i think
dagster job list
may work for this edit: maybe
dagster asset list
in conjunction
j
dagster job list {location_to_workspace}
worked
👍 1
much thanks!
Getting it to work in a precommit hook was difficult cause precommit runs every hook in its own environment. getting an environment with all the projects dependencies installed was difficult. Ended up putting it into a ci cd step