airbyte-lib: Refactor connectors (#34552)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
||||
#
|
||||
|
||||
|
||||
import sys
|
||||
|
||||
from airbyte_cdk.entrypoint import launch
|
||||
from source_looker import SourceLooker
|
||||
|
||||
|
||||
def run():
|
||||
source = SourceLooker()
|
||||
launch(source, sys.argv[1:])
|
||||
Reference in New Issue
Block a user