We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b844a3 commit 3a5cf16Copy full SHA for 3a5cf16
cognite/extractorutils/unstable/configuration/loaders.py
@@ -77,7 +77,7 @@ def load_from_cdf(
77
external_id: The external ID of the integration to load configuration from.
78
schema: The schema class to parse the configuration into.
79
revision: the specific revision of the configuration to load, otherwise get the latest.
80
- context: Optional context to pass to the schema during validation.
+ context: Optional Pydantic validation context; see ``load_dict`` for semantics.
81
82
Returns:
83
A tuple containing the parsed configuration instance and the revision number.
0 commit comments