Skip to content

Commit

Permalink
fix(templates): add environment support to the cookie cutter for `mel…
Browse files Browse the repository at this point in the history
…tano.yml` (#1093)
  • Loading branch information
pnadolny13 committed Oct 20, 2022
1 parent 6d11a41 commit 6563a47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions cookiecutter/tap-template/{{cookiecutter.tap_id}}/meltano.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 1
send_anonymous_usage_stats: true
project_id: "{{cookiecutter.tap_id}}"
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: "{{cookiecutter.tap_id}}"
Expand All @@ -10,6 +13,8 @@ plugins:
- state
- catalog
- discover
- about
- stream-maps
config:
start_date: '2010-01-01T00:00:00Z'
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
version: 1
send_anonymous_usage_stats: true
project_id: "{{cookiecutter.target_id}}"
default_environment: test
environments:
- name: test
plugins:
extractors: []
loaders:
- name: "{{cookiecutter.target_id}}"
namespace: "{{cookiecutter.library_name}}"
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
- record-flattening
config:
start_date: '2010-01-01T00:00:00Z'
settings:
Expand Down

0 comments on commit 6563a47

Please sign in to comment.