Skip to content

Commit

Permalink
fix(source-linkedin-ads): Fix state format error (#52650)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored Jan 30, 2025
1 parent a4f6530 commit a722593
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ acceptance_tests:
- config_path: "secrets/config_oauth.json"
configured_catalog_path: "integration_tests/incremental_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
missing_streams:
- name: accounts
bypass_reason: "This stream is Full-Refresh only"
bypass_reason: "This test does not make sense using Concurrent CDK"
timeout_seconds: 3600
full_refresh:
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 137ece28-5434-455c-8f34-69dc3782f451
dockerImageTag: 5.1.3
dockerImageTag: 5.1.4
dockerRepository: airbyte/source-linkedin-ads
documentationUrl: https://docs.airbyte.com/integrations/sources/linkedin-ads
githubIssueLabel: source-linkedin-ads
Expand All @@ -26,7 +26,6 @@ data:
registryOverrides:
cloud:
enabled: true
dockerImageTag: 5.1.2
oss:
enabled: true
releaseStage: generally_available
Expand Down
Loading

0 comments on commit a722593

Please sign in to comment.