Skip to content

Commit acbab7e

Browse files
authored
Update airbyte_cdk/entrypoint.py
1 parent b002218 commit acbab7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/entrypoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def run(self, parsed_args: argparse.Namespace) -> Iterable[str]:
151151
and not parsed_args.config
152152
and not self.source.check_config_against_spec
153153
):
154+
# Connector supports unprivileged discover
154155
empty_config: dict[str, Any] = {}
155156
yield from (
156157
self.airbyte_message_to_string(queued_message)

0 commit comments

Comments
 (0)