New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Metaflow slack bot #5
Comments
@romain-intel Do you mean that this just reuse class Run to provide Run list? |
In part yes. It's basically a different interface to the client API to, in part, see what's running and what has run through slack. Internally, this is useful for example for scheduled runs (something not yet supported in the OSS version but equivalent to Step Functions) because it's usually much easier to contact a slack bot than to open a terminal and type CLI commands :). |
@romain-intel Could I be assigned this issue to try to provide the interface? |
@SteNicholas This issue relates to our plan around open-sourcing the slack bot that already exists internally at Netflix. You are of course most welcome to contribute a slack bot to the community. Please post a link to your repo/bot on this issue. Happy to provide any help as you go about it. |
* support conda * conda documentation * improve decorator filter * update README.md
|
A Metaflow Slack bot could be used to query the status of currently running runs, inspect the results of past runs, etc. In other words, it is, among other things, a convenient interface to Metaflow's client API.
The text was updated successfully, but these errors were encountered: