2021-10-04 05:18:45 -07:00
|
|
|
{
|
|
|
|
"pipelines": [{
|
|
|
|
"name": "presto_etl",
|
|
|
|
"displayName": "Presto ETL",
|
|
|
|
"description": "Presto ETL pipeline",
|
|
|
|
"pipelineUrl": "http://localhost:8080/tree?dag_id=presto_etl",
|
|
|
|
"tasks": ["presto_task", "assert_table_exists"]
|
|
|
|
},
|
2021-10-07 11:15:34 -07:00
|
|
|
{
|
|
|
|
"name": "trino_etl",
|
|
|
|
"displayName": "Trino ETL",
|
|
|
|
"description": "Trino ETL pipeline",
|
|
|
|
"pipelineUrl": "http://localhost:8080/tree?dag_id=trino_etl",
|
|
|
|
"tasks": ["trino_task", "assert_table_exists"]
|
|
|
|
},
|
2021-10-04 05:18:45 -07:00
|
|
|
{
|
|
|
|
"name": "hive_etl",
|
|
|
|
"displayName": "Hive ETL",
|
|
|
|
"description": "Hive ETL pipeline",
|
|
|
|
"pipelineUrl": "http://localhost:8080/tree?dag_id=hive_etl",
|
|
|
|
"tasks": ["hive_create_table", "assert_table_exists"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "snowflake_etl",
|
|
|
|
"displayName": "Snowflake ETL",
|
|
|
|
"description": "Snowflake ETL pipeline",
|
|
|
|
"pipelineUrl": "http://localhost:8080/tree?dag_id=snowflake_etl",
|
|
|
|
"tasks": ["snowflake_etl", "assert_table_exists"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|