Skip to content

Commit

Permalink
fix: add missing name parameter to RecordSelector in test_record_sele…
Browse files Browse the repository at this point in the history
…ctor

Co-Authored-By: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and natikgadzhi committed Feb 7, 2025
1 parent bcdafc7 commit dde539e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def test_record_filter(test_name, field_path, filter_template, body, expected_da
config=config, condition=filter_template, parameters=parameters
)
record_selector = RecordSelector(
name="test_stream",
extractor=extractor,
record_filter=record_filter,
transformations=transformations,
Expand Down Expand Up @@ -189,6 +190,7 @@ def test_schema_normalization(test_name, schema, schema_transformation, body, ex
field_path=["data"], decoder=decoder, config=config, parameters=parameters
)
record_selector = RecordSelector(
name="test_stream",
extractor=extractor,
record_filter=None,
transformations=[],
Expand Down

0 comments on commit dde539e

Please sign in to comment.