schema.yml 790 B

12345678910111213141516171819202122232425262728293031
  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: tpch
  12. schema: public_tpch
  13. tables:
  14. - name: tpch_progress
  15. data_tests:
  16. - makes_progress
  17. - name: tpch_customer
  18. - name: tpch_lineitem
  19. - name: tpch_orders
  20. data_tests:
  21. - makes_progress
  22. models:
  23. - name: tpch_q01
  24. data_tests:
  25. - makes_progress
  26. - name: tpch_q18
  27. data_tests:
  28. - makes_progress