sodadata / soda-sql

Soda SQL and Soda Spark have been deprecated and replaced by Soda Core. docs.soda.io/soda-core/overview.html
https://docs.soda.io/
Apache License 2.0
61 stars 16 forks source link

[DUPLICATE]test_connection validation method to be more efficient in checking query rights on tables in warehouses #128

Closed fakirAyoub closed 3 years ago

fakirAyoub commented 3 years ago

We used to list and query tables in each datasource for our warehouses to help users see whether they have rights or not to query tables before running a long scan. This solution is not sustainable when there are tens or hundreds of tables.

This issue is to make this quicker and reliable regardless of the number of tables.