Savin

Results 155 comments of Savin

@Limess The workaround you referenced is indeed the solution we were going to recommend. For more involved use cases, we would ideally want to provide users with more fine-grained controls...

Would it be possible for you to share the output of `python flow.py step-functions create --only-json`? If you want to share it privately, you can DM me at chat.metaflow.org. We...

@redabuspatrol [This](https://github.com/Netflix/metaflow/pull/979) PR will ensure that your workflow can execute again. We should be able to ship it out soon!

I will spend some time in a bit further compressing the `ContainerOverrides` field.

@agrawalsourav98 We walk your current directory to capture a snapshot of your code - you can access it at any later point - `Run('MyFlow/42').code.tarball`

Follow up discussion at https://outerbounds-community.slack.com/archives/C020U025QJK/p1660018284702399 via chat.metaflow.org. I will post summary after the discussion concludes here.

@ryan-williams Thanks for the PR. We would be glad to get this PR and #218 + #323 going once we have merged #580 which is a significant change on master.

@nabeelvalley You can trigger workflow executions based on other workflow executions if you are using AWS Step Functions by setting custom rules on Amazon Event Bridge. We will soon provide...

@nabeelvalley We recently released a new feature that paves the way for introducing namespaced triggers - https://docs.metaflow.org/going-to-production-with-metaflow/coordinating-larger-metaflow-projects. I will follow up with a memo on event based triggers shortly.