Skip to content

Commit

Permalink
revert change to yaml_declarative_source
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Nov 18, 2024
1 parent 8d0ffc9 commit bc5de0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airbyte_cdk/sources/declarative/yaml_declarative_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ class YamlDeclarativeSource(ConcurrentDeclarativeSource[List[AirbyteStateMessage
def __init__(
self,
path_to_yaml: str,
debug: bool = False,
catalog: Optional[ConfiguredAirbyteCatalog] = None,
config: Optional[Mapping[str, Any]] = None,
state: Optional[List[AirbyteStateMessage]] = None,
*,
debug: bool = False,
) -> None:
"""
:param path_to_yaml: Path to the yaml file describing the source
Expand Down

0 comments on commit bc5de0d

Please sign in to comment.