pytabular.Return_Zero_Row_Tables(), pytabular.Table_Last_Refresh_Times(), pytabular.Tabular.Query_Every_Table(), and pytabular.Tabular.Query_Every_Column() have been given deprecation warnings in the logging and will be removed in a later release. Instead use Query_All() method in your PyTables and PyColumns classes or PyTables.Find_Zero_Rows(). Moving this functionality out of functions and into class methods will give it more flexibility.
Documentation Updates
Consolidating the utils.py and the logic_utils.py into one file.
pytabular.Return_Zero_Row_Tables()
,pytabular.Table_Last_Refresh_Times()
,pytabular.Tabular.Query_Every_Table()
, andpytabular.Tabular.Query_Every_Column()
have been given deprecation warnings in the logging and will be removed in a later release. Instead useQuery_All()
method in yourPyTables
andPyColumns
classes orPyTables.Find_Zero_Rows()
. Moving this functionality out of functions and into class methods will give it more flexibility.