You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=f"The upgrade deadline for the breaking changes in {current_version} is less than {self.minimum_days_until_deadline} days from today. Please extend the deadline",
251
271
)
252
272
253
-
returnself.pass_(connector=connector, message="The upgrade deadline is set to at least a week in the future")
273
+
returnself.pass_(
274
+
connector=connector,
275
+
message="The upgrade deadline is set to at least a week in the future",
"""Check that Python connectors use the Python connector base image."""
150
159
151
-
name= (
152
-
f"Python connectors must not use a Dockerfile and must declare their base image in {consts.METADATA_FILE_NAME} file"
153
-
)
160
+
name=f"Python connectors must not use a Dockerfile and must declare their base image in {consts.METADATA_FILE_NAME} file"
154
161
description=f"Connectors must use our Python connector base image, declared through the `connectorBuildOptions.baseImage` in their `{consts.METADATA_FILE_NAME}`.\nThis is to ensure that all connectors use a base image which is maintained and has security updates."
message=f"Dockerfile file exists. Please remove it and declare the base image in {consts.METADATA_FILE_NAME} file with the `connectorBuildOptions.baseImage` key",
0 commit comments