objectiv-analytics
objectiv-analytics copied to clipboard
Bach: add test that reads data from a table
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:
- 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. - Remove this comment afterwards