Summary
To add a new field to a custom DatetimeBasedCursor, you need to modify the underlying code of the connector. Here’s how to achieve this.
Question
<#C021JANJ6TY|ask-community-for-troubleshooting> The supported fields in DatetimeBasedCursor are type
, cursor_field
, end_datetime
, datetime_format
, cursor_granularity
, start_datetime
, and step.
I want to introduces new field in a custom DatetimeBasedCursor
, for that I need to modify the underlying code of the DatetimeBasedCursor
to support this new field.
How to achieve this? please share code samples.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.