CRON syntax

Chances are, you have used CRON syntax in the past. If you’re anything like me, you probably used AI to generate the CRON expression that matched your needs. Sometimes however, I like using my own brain for a change. In that spirit, I did a little refresher on the (traditional Unix) CRON syntax. I’d like…

Testing dbt developments locally in Power BI Desktop using parameters

Are you collaborating with multiple Analytics Engineers on the same dbt repository? In the following hypothetical setup, dbt is used to load data into Snowflake, and Power BI is used to create reports based on that data. Each engineer has their own schema when developing and deploying locally, following dbt best practices. In Snowflake, this could look…

Meetings

Meetings are useless. If no one is capturing decisions and to‑dos. It’s just a conversation. Every meeting needs: Otherwise, you’re not collaborating. You’re just blocking calendars.

Combining Data Build Tool (dbt) and CI/CD

Combining Data Build Tool (dbt) with CI/CD is a great way to automate tests during deployments from development environments to production. This approach ensures higher data quality and provides early feedback about potential issues 𝐛𝐞𝐟𝐨𝐫𝐞 end users see the data. There’s nothing more embarrassing than having an end user point out a data mistake that could have been caught earlier. By…