I will be inserting new values into existing tables all the time, hence the if_exists will set to append.
On some occasions there will be no existing table and I want to preform some additional operation when this is the case.
How to I know if a new table was created when using the append approach?