We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607f1f7 commit 3c71e3aCopy full SHA for 3c71e3a
airbyte/_util/uv_util.py
@@ -6,6 +6,8 @@
6
import subprocess
7
from pathlib import Path
8
9
+from airbyte import exceptions as exc
10
+
11
12
def run_uv_command(
13
args: list[str],
0 commit comments