* fix build: run gradlew format
* Revert "fix build: run gradlew format"
This reverts commit e679b4f26f.
* fix connector template to fix the build
12 lines
232 B
Handlebars
12 lines
232 B
Handlebars
#
|
|
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
import sys
|
|
|
|
from destination_{{snakeCase name}} import Destination{{pascalCase name}}
|
|
|
|
if __name__ == "__main__":
|
|
Destination{{pascalCase name}}().run(sys.argv[1:])
|