This is a dedicated watch page for a single video.
Scenario: You receive monthly CSV data files from a third party. You need to cleanse this data, but every third month the schema of the files changes. You need to cleanse this data with the following requirements: Execute the transformations on a schedule. Allow non-developer analysts to modify transformations. Provide a graphical tool for designing transformations. Question: What is the best approach to implement these data transformations given the requirements?