profile_template.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Copyright 2020 Josh Wills. All rights reserved.
  2. # Copyright Materialize, Inc. and contributors. All rights reserved.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License in the LICENSE file at the
  7. # root of this repository, or online at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. fixed:
  17. type: materialize
  18. sslmode: require
  19. prompts:
  20. threads:
  21. hint: '1 or more'
  22. type: 'int'
  23. default: 1
  24. host:
  25. hint: 'dev host'
  26. port:
  27. hint: 'dev port'
  28. type: 'int'
  29. default: 6875
  30. user:
  31. hint: 'dev user'
  32. password:
  33. hint: 'dev password'
  34. database:
  35. hint: 'default database that dbt will build objects in'
  36. default: 'materialize'
  37. schema:
  38. hint: 'default schema that dbt will build objects in'
  39. default: 'public'
  40. cluster:
  41. hint: 'dev cluster'
  42. default: 'quickstart'