Creating tasks as per as ci/cd

I am running tasks with each having calculating metrics, basically all tasks are doing same type of computation only having different column names. I want these column-names should go from a different file to my .flux. Is there a way to pass data from one file to other flux file, so that any change if needs to be done should be done at only one file. Or can anybody suggest what could be a better way to manage the queries as per as ci/cd.

Hello @Pratik_Das_Baghel,
You can use csv.from() function if you have a list accumulated in csv.

Does that help?