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 42d6476 commit a22b03fCopy full SHA for a22b03f
debug_manifest/debug_manifest.py
@@ -3,17 +3,12 @@
3
#
4
5
import sys
6
-from typing import Any, Mapping
7
8
from airbyte_cdk.entrypoint import AirbyteEntrypoint, launch
9
from airbyte_cdk.sources.declarative.yaml_declarative_source import (
10
YamlDeclarativeSource,
11
)
12
13
-configuration: Mapping[str, Any] = {
14
- "path_to_yaml": "resources/manifest.yaml",
15
-}
16
-
17
18
def debug_manifest(source: YamlDeclarativeSource, args: list[str]) -> None:
19
"""
0 commit comments