Skip to content

Commit

Permalink
add run method in run.py (#34241)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jan 15, 2024
1 parent 5380d23 commit 29852cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import sys
from airbyte_cdk.entrypoint import launch
from .source import Source{{properCase name}}

if __name__ == "__main__":
def run():
source = Source{{properCase name}}()
launch(source, sys.argv[1:])

0 comments on commit 29852cf

Please sign in to comment.