Also can you name a CLI ingest job so that when it...
# ingestion
l
Also can you name a CLI ingest job so that when it shows in the UI it's not just the platorm type under the name. So that instead of
dbt
for example it's
a_specific_dbt_instance
1
g
you can use the
pipeline_name
config in the recipe to change that
l
Oh great thanks
Sorry where exactly in the recipe does the
pipeline_name
go?
Copy code
source:
   pipeline_name: something <--- does not work
   config:
     pipeline_name: something <--- does not work
     ...
g
it should be top level
Copy code
pipeline_name: ...
source:
l
Thanks @gray-shoe-75895 after some trial and error I got it