Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit ff6c6a6

Browse files
committed
[FIX] Add artifact validation skip
GitOrigin-RevId: ded3562f2350c50e8000c0089c7e6e3d30df4143
1 parent 2f9cc44 commit ff6c6a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gretel_client/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ def __init__(
490490
self._validate()
491491

492492
def _validate(self) -> None:
493+
if os.environ.get("GRETEL_ENDPOINT_SKIP_VALIDATION") == "true":
494+
return
493495
if (
494496
self.artifact_endpoint != DEFAULT_GRETEL_ARTIFACT_ENDPOINT
495497
and self.default_runner == RunnerMode.CLOUD

0 commit comments

Comments
 (0)