Skip to content

Commit

Permalink
✨ Source Bing Ads: Add ignore fields for ads stream (#35019)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 committed Feb 9, 2024
1 parent 2080c8c commit 656beb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ acceptance_tests:
- name: campaign_labels
bypass_reason: "This stream is tested without start date"
ignored_fields:
ads:
- name: Descriptions/AssetLink/*/AssetPerformanceLabel
bypass_reason: "This field indicates the asset's performance and is dynamically updated by the API."
- name: Headlines/AssetLink/*/AssetPerformanceLabel
bypass_reason: "This field indicates the asset's performance and is dynamically updated by the API."
account_impression_performance_report_weekly:
- name: Ctr
bypass_reason: "dynamic field"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ data:
name: Bing Ads
remoteRegistries:
pypi:
enabled: false
# TODO: Set enabled=true after `airbyte-lib-validate-source` is passing.
enabled: true
packageName: airbyte-source-bing-ads
registries:
cloud:
Expand Down

0 comments on commit 656beb8

Please sign in to comment.