Skip to content

Commit

Permalink
Update source-file tag
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 22, 2024
1 parent 4dc1590 commit 507fe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_syncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_weather_sync():

tap = TapAirbyte(
config={
"airbyte_spec": {"image": "airbyte/source-file", "tag": "0.2.32"},
"airbyte_spec": {"image": "airbyte/source-file", "tag": "0.5.8"},
"airbyte_config": {
"dataset_name": "test",
"format": "csv",
Expand Down Expand Up @@ -176,7 +176,7 @@ def test_docker_mount_sync():
data = Path(__file__).parent.joinpath("fixtures", "KPHX.csv")
tap = TapAirbyte(
config={
"airbyte_spec": {"image": "airbyte/source-file", "tag": "0.2.32"},
"airbyte_spec": {"image": "airbyte/source-file", "tag": "0.5.8"},
"airbyte_config": {
"dataset_name": "test",
"format": "csv",
Expand Down

0 comments on commit 507fe90

Please sign in to comment.