10 lines
174 B
Handlebars
10 lines
174 B
Handlebars
plugins {
|
|
id 'airbyte-python'
|
|
id 'airbyte-docker'
|
|
id 'airbyte-source-acceptance-test'
|
|
}
|
|
|
|
airbytePython {
|
|
moduleDirectory 'source_{{snakeCase name}}_singer'
|
|
}
|