-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Source Bing Ads: Stream budget and product dimension performance report #35201
✨ Source Bing Ads: Stream budget and product dimension performance report #35201
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
…roduct_dimension_performance_report
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/catalog_builder.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/client_builder.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/client_builder.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/client_builder.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/client_builder.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_budget_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_budget_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_bulk_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_bulk_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_report_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/client_builder.py
Outdated
Show resolved
Hide resolved
"client_secret": self._client_secret, | ||
"lookback_window": self._lookback_window, | ||
} | ||
if self._report_start_date: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but is it possible that the _report_start_date
is not present in this config?
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_bulk_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_bulk_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_bulk_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_report_stream.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/test_report_stream.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment but it looks good to me in terms of code + testing to me. I want to highlight that I have no domain knowledge on Bing Ads so if someone from API Sources could verify that, it would be great!
...nectors/source-bing-ads/unit_tests/integrations/test_product_dimension_performance_report.py
Outdated
Show resolved
Hide resolved
…roduct_dimension_performance_report
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
…roduct_dimension_performance_report
[Note for reviewers] cat will be fixed as part of connector health
What
Resolved; https://github.com/airbytehq/airbyte-internal-issues/issues/976 https://github.com/airbytehq/airbyte-internal-issues/issues/1785
How
Added new streams Budget and Product Dimension Performance Report Hourly/Daily/Weekly/Monthly
Recommended reading order
airbyte-integrations/connectors/source-bing-ads/source_bing_ads
airbyte-integrations/connectors/source-bing-ads/unit_tests/integrations/
🚨 User Impact 🚨
Not a breaking change.