Skip to content

Commit 4253f28

Browse files
authored
Update airbyte_cdk/sources/declarative/manifest_declarative_source.py
1 parent d33dcdd commit 4253f28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

airbyte_cdk/sources/declarative/manifest_declarative_source.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@
5858

5959

6060
class ManifestDeclarativeSource(DeclarativeSource):
61-
"""Declarative source defined by a manifest of low-code components that define source connector behavior
62-
63-
If any stream in the source uses a DynamicSchemaLoader, config validation will be skipped during
64-
discovery. This allows sources with dynamic schemas to run discovery without requiring authentication
65-
when the schema endpoint doesn't need auth to provide catalog information.
66-
"""
61+
"""Declarative source defined by a manifest of low-code components that define source connector behavior"""
6762

6863
def __init__(
6964
self,

0 commit comments

Comments
 (0)