Merge pull request #416 from dadosfera/fix/redis-tls-configurable

fix: pass type field to Elasticsearch createPipeline
This commit is contained in:
Rafael Santana
2025-12-16 21:05:55 -03:00
committed by GitHub
@@ -490,6 +490,7 @@ export class PlatformApiController {
cron: body.cron,
tables: inputId,
properties,
type: this.mapConnectorToDynamoType(connectorType),
},
connector,
);