Skip to content

Spec file inheritance/inclusion: #194

Bruno Antonellini requested to merge datacoves/permifrost:194 into master

Merge Request Checklist

  • Link to an issue: #194
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add an entry in the Unreleased section of the CHANGELOG

@rbacovic Implement new YML Constructor in the form of !include, which allows to include files into permifrost.yml

Our use-case permifrost.yml file:

# Databases
databases: !include databases.yml

# Warehouses
warehouses: !include warehouses.yml

# Roles
roles: !include roles.yml

# Users
users: !include users.yml

Once your merge request is complete, please assign it the Permifrost maintainers using the /assign_reviewer @gitlab-data/permifrost_maintainers placed in a comment for the review cycle. Once the review cycle is finished, the reviewer shall approve the merge request so it can be merged by any Permifrost developer, maintainer, or owner.

Edited by Bruno Antonellini

Merge request reports