ploomber / ploomber

The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

Home Page:https://docs.ploomber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to specific pipeline file in command line ?

eromoe opened this issue · comments

commented

Because ploomber doesn't support #1084 ,

So I have to write two pipeline file :

pipeline.B.yaml
pipeline.C.yaml

I have viewed the code in ploomber-cli , the subcommand build doesn't accept a path parameter. This is a problem to me .

Now , I have to rename pipeline.B.yaml to pipeline.yaml when need run.

you want the --entry-point argument: https://docs.ploomber.io/en/latest/user-guide/cli.html#entry-points

I realized this is missing from our API docs, would you like to contribute with a PR? https://docs.ploomber.io/en/latest/api/cli.html

commented

Thanks :) #1087