sample_profiles.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. default:
  17. outputs:
  18. dev:
  19. type: materialize
  20. host: instance.region.aws.materialize.cloud
  21. port: 6875
  22. user: user@domain.com
  23. pass: password
  24. dbname: materialize
  25. schema: dbt_user
  26. cluster: dbt_user
  27. sslmode: require
  28. keepalives_idle: 10
  29. prod:
  30. type: materialize
  31. host: instance.region.aws.materialize.cloud
  32. port: 6875
  33. user: user@domain.com
  34. pass: password
  35. dbname: materialize
  36. schema: public
  37. cluster: prod
  38. sslmode: require
  39. target: dev