Skip to content
View davehowell's full-sized avatar
🏠
Working from home - just like you
🏠
Working from home - just like you
Block or Report

Block or report davehowell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
davehowell/README.md
davehowell's stats davehowell's commit streak davehowell's language stats

AWS  Apache Spark  Databricks  Terraform  TypeScript  Python  Go  PostgreSQL

Pinned

  1. battlestern battlestern Public

    battlestern - a backend for the game battleship

    Python

  2. flakenews flakenews Public

    A batch loading tool for migrating data from an RDBMS to Snowflake

    Python

  3. scala-string-compression scala-string-compression Public

    Scala

  4. Some dbt macros for fetching the max... Some dbt macros for fetching the max value of some column from a target table, useful in incremental models. The canonical subquery example is not performant, and sometimes you need a few different max values.
    1
    {% macro max_existing(max_field, target_ref=this) -%}
    2
    {#
    3
        Gets the max existing value for some field in the target, or some other ref or source.
    4
        Use in incremental models, inside `if is_incremental()` or `if execute` blocks,
    5
        otherwise the dbt model will not compile.
  5. sqltools-databricks-driver sqltools-databricks-driver Public

    A Databricks driver for the SQLTools VSCode extension.

    TypeScript 1