objectiv-analytics icon indicating copy to clipboard operation
objectiv-analytics copied to clipboard

Bach: add test that reads data from a table

Open thijs-obj opened this issue 2 years ago • 0 comments

Background: All our functional bach tests create their own data using DataFrame.from_pandas(materialization='cte'), which is efficient but doesn't create an actual table with data.

Goals:

  1. Have a test that creates a table with data, and checks that that data is accessible with DataFrame and that operations can be done on it.
  2. Remove this comment afterwards

thijs-obj avatar Aug 02 '22 06:08 thijs-obj