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.
2 parents 55e933f + a3ad656 commit cefda84Copy full SHA for cefda84
changelog/fixes.attribute_import_path.md
@@ -0,0 +1 @@
1
+Fixes the import path of the Attribute class
infrahub_sdk/node/__init__.py
@@ -1,5 +1,6 @@
from __future__ import annotations
2
3
+from .attribute import Attribute
4
from .constants import (
5
ARTIFACT_DEFINITION_GENERATE_FEATURE_NOT_SUPPORTED_MESSAGE,
6
ARTIFACT_FETCH_FEATURE_NOT_SUPPORTED_MESSAGE,
@@ -25,6 +26,7 @@
25
26
"PROPERTIES_FLAG",
27
"PROPERTIES_OBJECT",
28
"SAFE_VALUE",
29
+ "Attribute",
30
"InfrahubNode",
31
"InfrahubNodeBase",
32
"InfrahubNodeSync",
0 commit comments