- Notifications
You must be signed in to change notification settings - Fork 4.9k
Facebook marketing: Fix videos stream invalid type on jsonschema #9138
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
Conversation
| /test connector=connectors/source-facebook-marketing
|
| /test connector=connectors/source-facebook-marketing
|
| assert is_specific_deleted_pulled, f"{stream_name} stream should have a deleted record with id={deleted_id}" | ||
| | ||
| @pytest.mark.parametrize("stream_name, deleted_num", [("ads", 2), ("campaigns", 3), ("ad_sets", 1)]) | ||
| @pytest.mark.parametrize("stream_name, deleted_num", [("ads", 2), ("campaigns", 1), ("ad_sets", 1)]) |
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.
Not sure if it was correct to update number of deleted campaigns. Could it be related to start_date parameter change in the config or this is a bug @keu ?
yevhenii-ldv left a comment
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.
LGTM, in general! Except, not sure if the tests need to be updated. Why could they break?
| sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c | ||
| dockerRepository: airbyte/source-facebook-marketing | ||
| dockerImageTag: 0.2.30 | ||
| dockerImageTag: 0.2.31 |
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.
This parameter should be changed after publishing, because pipeline crashes
| /publish connector=connectors/source-facebook-marketing
|
Resolves #8975