Practices to consider when using a CI/CD process during development.

Опубликовано: 11 Июль 2026
на канале: ness-intricity101
88
1

3. Your code repository should have some workflow automation that can take the code all the way into its promotion. GIT for example has GIT Actions which allows you to set up jobs to test out scenarios so you can gatekeep the promotion of bad code and data, and because it’s automated you get a very consistent process.

4. Set up automated data testing rules in your promotion process. So for example you could have a test as simple as checking that a column doesn’t have any Null values.

Watch the full video & read the whitepaper: https://www.intricity.com/learningcen...