Closed viktor-ribchev closed 2 years ago
Hello,
if you are using the develop branch, the API path has changed (not documented yet, sorry). Try http://localhost:7777/api/v1/executions
@jakubklimek Thanks for the fast response, I'm using the main branch, but the example you gave works :) Thanks!
Hi,
I have deployed the ETL locally via the docker-compose you've provided and created a simple pipeline. The config is:
When I try to trigger the pipeline via cURL as shown here
curl -i -X POST http://localhost:7777/resources/executions?pipeline=http://localhost:7777/resources/pipelines/1667194442821
I get:
Can you tell me what I'm missing?