9 lines
132 B
Groovy
9 lines
132 B
Groovy
plugins {
|
|
id 'airbyte-python'
|
|
id 'airbyte-docker'
|
|
}
|
|
|
|
airbytePython {
|
|
moduleDirectory 'destination_{{snakeCase name}}'
|
|
}
|