AWS Athena - how to make long numbers more human readable
Rounding in AWS Athena
Section
Rounding in AWS Athena
const uuidPattern = /^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$/; function isUuid(input){ if (uuidPattern.test(input)) { return true; } …
Interesting links Using Athena from the AWS CLI on Linux Getting today in Athena Getting today in PostgreSQL How to get the metadata of AWS Athena tables Get the number …
Evergreen information
How to exclude running Google Analytics when running Hugo server
How to get a random number in bash
How to split camel or pascal case in bash
Solving “ThrottlingException: Rate exceeded” in Javascript with Exponential backoff + Jitter
Solving the 'Unterminated string constant' error message
Very useful dates functions for PostgreSQL. The official documentation is here. Getting the current date and time SELECT NOW() Getting the current day, no time SELECT …