Skip to content

Commit

Permalink
docs: Document venv.backend usage to configure uv (meltano#8506)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 18, 2024
1 parent 8a65004 commit 57666f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/docs/reference/settings.mdx
Expand Up @@ -884,6 +884,24 @@ export MELTANO_STATE_BACKEND_GCS_APPLICATION_CREDENTIALS="path/to/creds.json"
- Options: `virtualenv`, `uv`
- Default: `virtualenv`

<Tabs className="meltano-tabs" queryString="meltano-tabs">
<TabItem className="meltano-tab-content" value="meltano config" label="meltano config" default>

```bash
meltano config meltano set venv.backend uv
meltano install --clean
```

</TabItem>
<TabItem className="meltano-tab-content" value="env" label="env" default>

```bash
MELTANO_VENV_BACKEND=uv meltano install --clean
```

</TabItem>
</Tabs>

## Snowplow Tracking

### `snowplow.collector_endpoints`
Expand Down

0 comments on commit 57666f1

Please sign in to comment.