Skip to content

Commit

Permalink
Use uv venv.backend in default Meltano config (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 3, 2024
1 parent 9b5ddd7 commit 907e6aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/meltano.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project_id: [[ tap_id ]]
default_environment: dev
environments:
- name: dev
venv:
backend: uv
plugins:
extractors:
- name: [[ tap_id ]]
Expand All @@ -17,6 +19,9 @@ plugins:
- state
- catalog
- discover
- about
- stream-maps

settings:
# TODO: To configure using Meltano, declare settings and their types here:
[%- if tap_auth_method in ("OAuth2", "JWT") %]
Expand Down Expand Up @@ -52,8 +57,10 @@ plugins:
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from

config:
start_date: "[[ '%Y-%m-%d' | strftime ]]"

loaders:
- name: target-jsonl
variant: andyh1203
Expand Down

0 comments on commit 907e6aa

Please sign in to comment.