We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562875 commit 0764b63Copy full SHA for 0764b63
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -2801,6 +2801,7 @@ def create_oauth_authenticator(
2801
).eval(config),
2802
scopes=model.scopes,
2803
token_expiry_date_format=model.token_expiry_date_format,
2804
+ token_expiry_is_time_of_expiration=bool(model.token_expiry_date_format),
2805
message_repository=self._message_repository,
2806
refresh_token_error_status_codes=model.refresh_token_updater.refresh_token_error_status_codes,
2807
refresh_token_error_key=model.refresh_token_updater.refresh_token_error_key,
0 commit comments