sources
and sinks
properties in a config define where data should be read from and written to. Source data will be processed through a Gretel Model and then the results written to a sink.name
- The name of the source or sink. This name must be unique to the connector config.type
- Specifies the type of source or sink. Currently s3
is supported. For more information please refer to the S3 Connector docs.config
- Based on the type
, any integration specific configuration should be defined here. Please refer to each integration's specific documentation for more details.connectors
map is used to define a pipeline. Each connector config must define a default
configuration.version
- Specifies the connector version to run. Valid options include: latest
.source
- Specifies the source to read data from.sink
- Specifies the destination to write results back to.max_active
- Determines the max number of active jobs the connector will launch. This setting can be used to manage pipeline throughput.connector
config. You may specify either an existing model, or a model config.s3://...
or https://...
urls. For examplegretel connectors start
command to run a connector from Gretel's CLI:gretel connectors start --help
.