Skip to content

Commit adc5f19

Browse files
authored
metadata-service [orchestrator]: fix typo preventing correct stale metadata detection (#44029)
1 parent 403ec13 commit adc5f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/assets/github.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def stale_gcs_latest_metadata_file(context, github_metadata_definitions: list, m
122122
if metadata_entry.metadata_definition.data.supportLevel
123123
!= "archived" # We give a 2 hour grace period for the metadata to be updated
124124
and datetime.datetime.strptime(metadata_entry.last_modified, "%a, %d %b %Y %H:%M:%S %Z").replace(tzinfo=datetime.timezone.utc)
125-
> now - PUBLISH_GRACE_PERIOD
125+
< now - PUBLISH_GRACE_PERIOD
126126
}
127127

128128
stale_connectors = []

airbyte-ci/connectors/metadata_service/orchestrator/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "orchestrator"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = ""
55
authors = ["Ben Church <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)