Skip to content

Commit

Permalink
move facebook API version upgrade change to our repo for more regress…
Browse files Browse the repository at this point in the history
…ion tests
  • Loading branch information
maxi297 committed Jan 20, 2025
1 parent 6d33173 commit 0f55d7f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ acceptance_tests:
spec:
tests:
- spec_path: "integration_tests/spec.json"
backward_compatibility_tests_config:
# adding new breakdowns, action breakdowns and fieldsr
disable_for_version: "3.3.27"
connection:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
dockerImageTag: 3.3.26
dockerImageTag: 3.3.27
dockerRepository: airbyte/source-facebook-marketing
documentationUrl: https://docs.airbyte.com/integrations/sources/facebook-marketing
githubIssueLabel: source-facebook-marketing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "3.3.26"
version = "3.3.27"
name = "source-facebook-marketing"
description = "Source implementation for Facebook Marketing."
authors = [ "Airbyte <[email protected]>",]
Expand Down
Loading

0 comments on commit 0f55d7f

Please sign in to comment.