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 ad2950f commit 4255d5bCopy full SHA for 4255d5b
airbyte-cdk/python/airbyte_cdk/sources/declarative/datetime/min_max_datetime.py
@@ -39,7 +39,6 @@ def __init__(
39
self._datetime_format = datetime_format
40
self._timezone = dt.timezone.utc
41
self._min_datetime_interpolator = InterpolatedString.create(min_datetime, options=options) if min_datetime else None
42
- self._max_datetime_interpolator = InterpolatedString.create(max_datetime, options=options) if max_datetime else None
43
44
def get_datetime(self, config, **additional_options) -> dt.datetime:
45
"""
0 commit comments