Skip to content
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
Compare
Choose a tag to compare
@ChintanRaval ChintanRaval released this 16 Jul 00:06
· 59 commits to master since this release
bf8b2d7

<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 string
  • get_table_info can be used to get table metadata information like the current columns at source and the change tracking information
  • get_table_data_frame can be used to get table data and returns a pandas.DataFrame structure