Alex Strick van Linschoten
Alex Strick van Linschoten
So I think it might be as simple as emulating how we handle it here: https://github.com/zenml-io/zenml/blob/cdd14528d674e0cafe00173755e556ea00c6343c/src/zenml/cli/integration.py#L274. I.e. using the context handler around the deployment call. But in any case would...
Yeah no need to make it so complicated, I think :) The `console.status()` method shows a spinner, so I think that's basically what we're looking for.
Thank you for this addition / contribution! Could you rebase + set the base branch for this PR to `develop`? It's explained in the instructions on the PR description. Thank...
Thanks, and look forward to seeing where this one goes! Let us know here or on Slack how we can support!
@nicholasjng our TF modules (as it stands right now) are for creating a remote state bucket, and that happens independent of your modular prefect recipe, so you can ignore that....
@nicholasjng no problem at all! it's going to be a focus of ours going forward to provide more non-K8S options, so this is a welcome contribution in that sense!
Hi @nicholasjng. Just wanted to check in. Any way we can help support your work on this?
Sure thing! Let me know if you have questions along the way. I'd recommend starting small (just artifact store to start with) and then slowly adding new components incrementally. You...
No worries @MASisserson! Thanks for giving it a shot. We're also working on a parallel effort around Terraform recipes which might be backported into mlstacks at some point...
This probably needs less ML / AI and more just Python + a willingness to see how `mlstacks` works. I'd suggest you get to know the codebase and play around...