I have 2 input files that are rather large. The 1st file contains 2019 data and the other contains data for 2020-2021. I have the user inputting what time frame they are looking for but that is done as a filter after the join between the 2 files occur. My question is if I can put in a condition that if the user is only looking at 2020 dates, is there a way for the input file/join to ignore the 2019 file? Since these are large files, it takes a little bit for the workflow to complete so my thought was that if the 2019 file wasn't needed, that would speed up the process.