Skip to content

Commit

Permalink
docs(ingest): update config docs on platform instances (#11206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Aug 23, 2024
1 parent 673e946 commit 2729925
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class PlatformInstanceConfigMixin(ConfigModel):

platform_instance: Optional[str] = Field(
default=None,
description="The instance of the platform that all assets produced by this recipe belong to",
description="The instance of the platform that all assets produced by this recipe belong to. "
"This should be unique within the platform. "
"See https://datahubproject.io/docs/platform-instances/ for more details.",
)


Expand Down

0 comments on commit 2729925

Please sign in to comment.