Skip to content

Supporting non-standard schemas on SQL Server and PDW

Compare
Choose a tag to compare
@schuemie schuemie released this 21 Feb 05:57
· 538 commits to master since this release

Both SQL Server and PDW have the notion of schemas in addition to databases. Until now, WhiteRabbit only supported scanning of tables in the standard ('dbo') schema, for example `my_database.dbo.person'. Attempts to scan tables in other schemas would result in an error.

This new version supports scanning tables in non-standard schemas by prefixing the table name with the schema name.