Connectors
Integrate Gretel with your existing data services using Workflows.
Last updated
Was this helpful?
Integrate Gretel with your existing data services using Workflows.
Last updated
Was this helpful?
With , you can train and run one or more by connecting directly to your data sources and destinations. We support the following integrations for data inputs and outputs.
Connections are used to authenticate Workflow Actions. Each action is compatible with a specific type of connection. For example, the s3_source
action requires a s3
connection.
When creating a connection, you must select a project for the connection to reside in. The connection will inherit all the project permissions and user memberships.
Read
Users can list and view connection metadata.
Write
Users can access connections in a Workflow.
Administrator
Users can create, edit and delete connections.
Owner
Full control.
First, create a file on your local computer containing the connection credentials. This file should also include type
, name
, config
and credentials
. The config
and credentials
field should contain fields that are specific to the connection being created.
Below is an example S3 connection
Now that you've created the credentials file, use the CLI to create the connection
To update the connection, follow the steps from Creating Connections to create a credentials file for the updated connection.
Then run the following command from
Select the .
Data sources also can be configured during a blueprint flow. Go to the or page and select a use case, for example "Generate synthetic data". This will start a guided flow to help you create a workflow.