Giter VIP home page Giter VIP logo

Comments (5)

aaravind100 avatar aaravind100 commented on June 2, 2024 1

Hey @rafaelpierre, this is for syntactic sugar? We don't seem to access any resources in the cluster.

Adding something like this to Cluster...

class Cluster(BaseModel):
   ...
    def __enter__(self) -> Cluster:
        return self

    def __exit__(self, *args):
        pass

We can use it like this...

with Cluster(...) as cluster:
    task_1 = NotebookTask(
    ...
    cluster=cluster)

I've seen with syntax used quite differently in the kubeflow dsl though, ExitHandler & ParallelFor for example.

from pyjaws.

rafaelpierre avatar rafaelpierre commented on June 2, 2024 1

Yes, exactly @aaravind100 - this is more syntactic sugar :)

we should keep both flavors available: 1. assigning clusters to tasks (which basically maps the cluster_key to the task payload) and 2. with the context manager - with Cluster(...) as cluster as you pointed out

wanna take a stab at it?

from pyjaws.

aaravind100 avatar aaravind100 commented on June 2, 2024 1

Yep, I can take this. I'll create a pr in sometime.

from pyjaws.

rafaelpierre avatar rafaelpierre commented on June 2, 2024 1

Amazing @aaravind100!

from pyjaws.

rafaelpierre avatar rafaelpierre commented on June 2, 2024

Closed with #14

from pyjaws.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.