Facebook marketing: Fix videos stream invalid type on jsonschema - #9138
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.
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 Eugene Kulak (@keu) ?
Yevhenii (yevhenii-ldv)
left a comment
There was a problem hiding this comment.
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.
This parameter should be changed after publishing, because pipeline crashes
|
/publish connector=connectors/source-facebook-marketing
|
Resolves #8975