Example: Homegrown ELT Pipeline
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_EUNO_ACCESS_TOKEN" \
-d '{
"type": "acme_transform_script",
"display_name_singular": "ACME Transform Script",
"display_name_plural": "ACME Transform Scripts",
"description": "Homegrown ACME Python transform jobs"
}' \
https://api.app.euno.ai/accounts/YOUR_ACCOUNT_ID/resource_typesScenario
Resource
Description
URIs used in this example
Resource
Example URI
Observations to emit
1. Source Snowflake table
2. Pipeline script (acme_transform_script)
acme_transform_script)3. Target Snowflake table
Complete payload
Example Python emitter
cURL equivalent
Scaling to many pipelines
Related documentation
Last updated