Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests fully isolated from any state in any DWH #84

Closed
iskakaushik opened this issue Jun 1, 2023 · 0 comments
Closed

Make tests fully isolated from any state in any DWH #84

iskakaushik opened this issue Jun 1, 2023 · 0 comments
Assignees

Comments

@iskakaushik
Copy link
Contributor

  1. Create a folder called seed_sql.
  2. Have a file for seed sql fields for each data store: e.g seed_bq.sql.

For BigQuery

  1. Create a test data set: peerdb_test.
  2. Create all the requisite tables and data that we need for our tests as part of this data set.
  3. Modify our tests to use this dataset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants