In some cases, it is useful to know if the TableauFile you are working with has the Extract data included.
So I want to add a flag to the TableauFile object, which indicates if it found Extract data when traversing the zipped file, parsing the XML.
Changes
Added a flag to the TableauFile object for has_extract_data
Tests
Downloaded a Datasource with the extract
TableauFile of this datasource indicated has_extract_data = True
Downloaded a Datasource without the extract
TableauFile of this datasource indicated has_extract_data = False
Summary
In some cases, it is useful to know if the TableauFile you are working with has the Extract data included. So I want to add a flag to the TableauFile object, which indicates if it found Extract data when traversing the zipped file, parsing the XML.
Changes
TableauFile
object forhas_extract_data
Tests
has_extract_data = True
has_extract_data = False