Skip to content

Commit

Permalink
Update pokeapi tag
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 22, 2024
1 parent a03d004 commit 4dc1590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
config:
airbyte_spec:
image: "airbyte/source-pokeapi"
tag: "0.1.5"
tag: "0.2.14"
airbyte_config:
pokemon_name: smeargle
loaders:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_standard_tap_tests():
tests = get_standard_tap_tests(
TapAirbyte,
config={
"airbyte_spec": {"image": "airbyte/source-pokeapi", "tag": "0.1.5"},
"airbyte_spec": {"image": "airbyte/source-pokeapi", "tag": "0.2.14"},
"airbyte_config": {
"pokemon_name": "infernape",
},
Expand Down

0 comments on commit 4dc1590

Please sign in to comment.