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.
1 parent d33dcdd commit 4253f28Copy full SHA for 4253f28
airbyte_cdk/sources/declarative/manifest_declarative_source.py
@@ -58,12 +58,7 @@
58
59
60
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
- """
+ """Declarative source defined by a manifest of low-code components that define source connector behavior"""
67
68
def __init__(
69
self,
0 commit comments