Creating a U-SQL Date Dimension & Numbers Table in Azure Data Lake
February 2nd, 2017 in Azure, Blog, U-SQLNow we all know what a date dimension is and there are plenty of really great examples out there for creating them in various languages. Well, here’s my U-SQL version creating the output from scratch using a numbers table. Remember that U-SQL needs to be handled slightly differently because we don’t have any iterative functionality available. Plus its ability to massively parallelise jobs means we can’t write something that…
» Read more