Skip to content

Commit 3a5cf16

Browse files
toondaeytrygveu
andauthored
Update cognite/extractorutils/unstable/configuration/loaders.py
Co-authored-by: Trygve Utstumo <trygveu@users.noreply.github.com>
1 parent 6b844a3 commit 3a5cf16

File tree

1 file changed

+1
-1
lines changed
  • cognite/extractorutils/unstable/configuration

1 file changed

+1
-1
lines changed

cognite/extractorutils/unstable/configuration/loaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def load_from_cdf(
7777
external_id: The external ID of the integration to load configuration from.
7878
schema: The schema class to parse the configuration into.
7979
revision: the specific revision of the configuration to load, otherwise get the latest.
80-
context: Optional context to pass to the schema during validation.
80+
context: Optional Pydantic validation context; see ``load_dict`` for semantics.
8181
8282
Returns:
8383
A tuple containing the parsed configuration instance and the revision number.

0 commit comments

Comments
 (0)