It would be very helpful if a filter argument was added to the download_tableau_data function to have better control over the view data being pulled. Ideally we could pass something like filter = 'Year=2023' in the function to only return 2023 view data, and then 'vf_Year=2023' would be included in the base_url.
It would be very helpful if a
filterargument was added to thedownload_tableau_datafunction to have better control over the view data being pulled. Ideally we could pass something likefilter = 'Year=2023'in the function to only return 2023 view data, and then 'vf_Year=2023' would be included in the base_url.