allow importing IncrementalMixin from airbyte_cdk.sources.streams (#11858)
* allow importing IncrementalMixin from airbyte_cdk.sources.streams * format file * update docs with hint on where to import IncrementalMixin from * bump cdk version to 0.1.54 * update changelog * only build python 3.9 * update changelog with python dep bump
This commit is contained in:
@@ -137,6 +137,7 @@ Let's also add this parameter to the constructor and declare the `cursor_field`:
|
||||
|
||||
```python
|
||||
from datetime import datetime, timedelta
|
||||
from airbyte_cdk.sources.streams import IncrementalMixin
|
||||
|
||||
|
||||
class ExchangeRates(HttpStream, IncrementalMixin):
|
||||
|
||||
Reference in New Issue
Block a user