File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 47
47
- name : Install dependencies
48
48
run : uv sync
49
49
- name : start elasticsearch container
50
- run : docker-compose up -d elasticsearch --wait &
51
- env :
52
- ELASTIC_PASSWORD : changeme
50
+ run : docker-compose up -d elasticsearch --wait --wait-timeout 30 &
53
51
- name : Test with pytest
54
52
run : uv run pytest --capture=no
55
53
78
76
- name : Install Meltano plugins
79
77
run : meltano install --clean
80
78
- name : start elasticsearch container
81
- run : docker-compose up -d elasticsearch --wait &
82
- env :
83
- ELASTIC_PASSWORD : changeme
79
+ run : docker-compose up -d elasticsearch --wait --wait-timeout 30 &
84
80
- name : smoke-test-tap
85
81
run : meltano run tap-smoke-test target-elasticsearch
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ plugins:
21
21
namespace : target_elasticsearch
22
22
pip_url : -e .
23
23
config :
24
- username : elastic
25
- password : changeme
26
24
index_format : " ecs-{{ stream_name }}-an-{{ foo }}-{{ current_timestamp_daily }}"
27
25
stream_maps : # use stream maps to do more complex base record manipulation
28
26
animals :
You can’t perform that action at this time.
0 commit comments