We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d6bf1 commit cf8acbeCopy full SHA for cf8acbe
unit_tests/sources/declarative/extractors/test_combined_extractor.py
@@ -43,15 +43,6 @@ def to_configured_catalog(
43
"start_date": "2024-07-01T00:00:00.000Z",
44
}
45
46
-_CONFIG_WITH_STREAM_DUPLICATION = {
47
- "start_date": "2024-07-01T00:00:00.000Z",
48
- "custom_streams": [
49
- {"id": 1, "name": "item_1"},
50
- {"id": 2, "name": "item_2"},
51
- {"id": 3, "name": "item_2"},
52
- ],
53
-}
54
-
55
_MANIFEST = {
56
"version": "6.7.0",
57
"type": "DeclarativeSource",
0 commit comments