kestra-io / libs

3 stars 4 forks source link

Move the Flow class to the Python SDK repository #3

Closed anna-geller closed 8 months ago

anna-geller commented 1 year ago

The Flow class is interacting with Kestra's API. It belongs to Python SDK rather than libs: https://github.com/kestra-io/libs/blob/main/python/src/kestra.py#L57

We should separate that to make the distinction clear about a simple lib to handle metrics and outputs vs. a proper SDK to interact with the API, as the Flow class does.