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_string
can be used to determine whether or not to use this source for a given connection stringget_table_info
can be used to get table metadata information like the current columns at source and the change tracking informationget_table_data_frame
can be used to get table data and returns apandas.DataFrame
structure