Lake (Airbyte)
05/03/2024, 10:14 PMRecord Selector
component has been revamped in the Connector Builder with some new features:
• What was previously just an input called Record Selector
is now called Field Path
inside of the full Record Selector
card
• You can now define a condition for filtering records in the Record Filter
input of that card
• You can also cast record fields to the types declared in the stream schema if the values are compatible
• The entire Record Selector
component can now be toggled to YAML mode, allowing custom components to be used for it when deploying locally
See full details in the updated Record Selection documentation