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 b5bfbd5 commit 94add38Copy full SHA for 94add38
unit_tests/sources/declarative/extractors/test_combined_extractor.py
@@ -127,4 +127,4 @@ def test_combined_extractor():
127
]
128
129
assert len(records) == 1
130
- assert records[0].data == {"customer_segment": "enterprise", "metrics": {"revenue": 295000}}
+ assert records[0].data == {"customer_segment": "enterprise", "revenue": 295000}
0 commit comments