Proper way to replace files path when importing Pipelines from Development to Production
File paths read in our pipeline are different in the Dev and Prod environment.
Ex: mybucket/DEV/file1.csv vs mybucket/PROD/file1.csv
We develop our pipeline in Dev project using DEV path; and wh...