schema.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Copyright Materialize, Inc. and contributors. All rights reserved.
  2. #
  3. # Use of this software is governed by the Business Source License
  4. # included in the LICENSE file at the root of this repository.
  5. #
  6. # As of the Change Date specified in that file, in accordance with
  7. # the Business Source License, use of this software will be governed
  8. # by the Apache License, Version 2.0.
  9. version: 2
  10. sources:
  11. - name: loadgen
  12. schema: public_loadgen
  13. tables:
  14. - name: sales
  15. data_tests:
  16. - makes_progress
  17. - name: sales_progress
  18. data_tests:
  19. - makes_progress
  20. - name: sales_large
  21. # TODO: Reenable once we have the index for sales_large again, currently fails to rehydrate
  22. #data_tests:
  23. # - makes_progress
  24. - name: sales_large_progress
  25. data_tests:
  26. - makes_progress
  27. - name: product
  28. - name: product_category
  29. - name: product_tbl
  30. - name: product_category_tbl
  31. - name: sales_tbl
  32. - name: sales_large_tbl
  33. models:
  34. - name: sales_product_product_category
  35. data_tests:
  36. - makes_progress
  37. - name: sales_large_product_product_category
  38. data_tests:
  39. - makes_progress