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 becb2e6 commit b8a059bCopy full SHA for b8a059b
backend/infrahub/core/attribute.py
@@ -141,7 +141,7 @@ def __init__(
141
self.value = self.schema.default_value
142
self.is_default = True
143
144
- if self.value is not None:
+ if self.value is not None and self.from_pool is None:
145
self.validate(value=self.value, name=self.name, schema=self.schema)
146
147
if self.is_enum and self.value:
0 commit comments