This repository was archived by the owner on Mar 13, 2020. It is now read-only.
Standardise <Foo>DataSource API Calls
Pre-release
Pre-release
·
59 commits
to master
since this release
<Foo>DataSource now provide 3 public methods:
can_handle_connection_stringcan be used to determine whether or not to use this source for a given connection stringget_table_infocan be used to get table metadata information like the current columns at source and the change tracking informationget_table_data_framecan be used to get table data and returns apandas.DataFramestructure