cancel
Showing results for 
Search instead for 
Did you mean: 

Where used field : Metadata snap

snarendran
New Contributor

Hi
I am trying to Find Database Field name “XXX”, I am trying to find where it used in Snap in all projects.

Appreciate your inputs.

Thanks,

Senthil

3 REPLIES 3

aleung
Contributor III

There isn’t an easy way today at the org level. What you can do is the following:

  1. Build a pipeline to download all pipeline to local disk as slp (json file)
  2. You can then text search within all the slp you have.

snarendran
New Contributor

Thank you very much.

del
Contributor III

I use a similar method. Each evening, we have a “pipeline backup” pipeline that backs up any newly modified pipelines to a database table. When I need to find pipelines with certain text, I have a separate “pipeline data search” pipeline where I can feed a regex expression as a parameter to search the database.