Does anyone have any good approaches for improving this workflow.
wanting to test my dagster pipeline, locally I would just run dagit locally; materialise asset, see error, fix error, materialise asset, see error, fix error, ad infinitum
now I can't have local access to prod data so I now run dagit in k8s; materialise asset, see error, fix error, docker build and push, restart user code deployment, materialise asset, see error, fix error.
Could I run a user code locally and somehow get k8s dagit to connect to that? would that work still since the k8sRunLauncher then doesn't have the user code