Hi all, I've setup an Okta->BigQuery Airbyte co...
# ask-community-for-troubleshooting
s
Hi all, I've setup an Okta->BigQuery Airbyte connector and the data dump was successful. However, I'm only getting the last 7 days of logs whereas Okta has a data retention policy of 3 months. Does someone know if it's possible to get those full 3 months of data?
1
Here, the
since
parameter is being set to the previous cursor of the stream_state. However, otherwise it's being set to the default, which is the past 7 days as documented here: https://developer.okta.com/docs/reference/api/system-log/#request-parameters
m
The default is 7 days… @Sven Hermans can you open a Github issue requesting to add a parameter like start date to this connector?