2024-08-15 - File Name Tidy¶
Problem¶
Under the covers we do a lot of work tidying file names as files are dropped into tenancies.
Unitl now we had replicated the logic in a number of different cloud functions with some inconsistencies.
Solution¶
Standardise the patterns into a single function , tidy_file_name() which is used by all the cloud functions whenever a file or table name needs to be checked for invalid characters and standardised.
Leverage the Magic¶
We are constantly making small improvements and enhancements to our data processing layer.
ADI¶
Nailed it!
Last Refreshed¶
Doc Refreshed: 2024-08-21