Adds functionality for updating datasources from config files. This will allow us to have less custom code in an AIrflow DAG (or any DAG) and use the cli to update changes based on a config
Changes
Changed
Moved column_init to it's own function
New
Add function to remove_empty_folders() from a datasource
Add mock testing for the new remove_empty_folders function.
Overview
Adds functionality for updating datasources from config files. This will allow us to have less custom code in an AIrflow DAG (or any DAG) and use the cli to update changes based on a config
Changes
Changed
New
Open Questions
Testing
Remove empty folders
Before
Cli Command
After
Mock tests passed