Code

Assumptions about Code when working with data

  1. Owning your code is better than Renting, Licensing, or Subscribing to someone else’s code.
  2. Code built to perform an operation like ETL based on patterns and driven by property files and parameters to repeat the same operation on thousands of tables/files/objects is more consistent and efficient, easier to support and maintain, and requires less people to manage than hundreds or thousands of purpose-built hardcoded scripts to perform the same operation.
Scroll to Top