Closed anna-geller closed 8 months 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.
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.