Closed korbash closed 2 months ago
@IlyaFaer @korbash I see two ways to implement this:
I prefer the second approach. It's not less powerful in filtering, we just need to handle cases with the incremental.cursor_path
field carefully. Sorting should ideally come from incremental.last_value_func
, so the user doesn't need to specify it.
Source name
mongodb
Describe the data you'd like to see
Add a filter parameter to the MongoDB source that will be applied before reading data from MongoDB. This feature is useful for creating incremental sources based on fields that could be null or may not exist (e.g., callback_date).
Are you a dlt user?
Yes, I'm already a dlt user.
Do you ready to contribute this extension?
Yes, I'm ready.
dlt destination
No response
Additional information
No response