Add support for uv in Python script plugins (python, dbt, singer) #109
Labels
area/plugin
Plugin-related issue or feature request
enhancement
New feature or request
good first issue
Great issue for new contributors
kind/pending-feedback
Idea waiting for user feedback
Add support for uv:
Working example that would be great to support in a less verbose way:
This should work:
Currently, there are some issues to using
uv
as /bin/sh is forced as an interpreter. It makes sense to create a virtual environment withuv
by default in all Python-based plugins when PROCESS runner is used. Alternatively, if easier, we can add UV runner that will create and activateuv venv
by defaultThe text was updated successfully, but these errors were encountered: