Michael Schuster

Results 57 comments of Michael Schuster

@preyasshah9 Sorry for the late comment, I lost track of this among so many ongoing things. The code in the `pipeline_definition.py` file on develop has changed a bit, can you...

@simonpernas The CI is still failing, other than that looks good to me. Thanks for the PR!

@simonpernas I think the CI failures are due to using `from __future__ import annotations`. ZenML currently doesn't work with these future string annotations yet and requires the real classes. Until...

Hey @JustGitting, would you be interested in creating a PR that adds these features?

@JustGitting Yes, the contributing guide should contain all the important information: https://github.com/zenml-io/zenml/blob/main/CONTRIBUTING.md

@nicholasjng I agree that generic support would for sure be nice, but we'll have to change our integration system first to make it work in a nice way. Thanks for...

@JustGitting Fetching the IP location is displayed in the UI as a safety measure, so you don't accidentally log in a client machine that isn't actually you. When it fails,...

Yep found the issue, I have a quite involved workaround for you in the meantime, in case this is urgent: When trying to login to a server with multiple accounts...

Some answers for your general questions/comments: - The settings should be visible on the DAG visualizer in the `Stack` card. Can you point me to a run with some settings...

I'm still not entirely sure how to handle this. On the one hand, it would be nice to have your code work as is. On the other hand, if someone...