Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/new materializations #94

Closed
wants to merge 11 commits into from
Closed

Commits on Aug 3, 2016

  1. fix output error for dbt seeding

    Drew Banin committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    420a8ac View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. first cut

    Drew Banin committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    c279a93 View commit details
    Browse the repository at this point in the history
  2. create incremental table if it doesn't exist

    Drew Banin committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    0107a89 View commit details
    Browse the repository at this point in the history
  3. use arbitrary sql as incremental field

    Drew Banin committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    f102c3e View commit details
    Browse the repository at this point in the history
  4. create incremental tables w/ sort and dist keys

    Drew Banin committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    948760e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. first cut of materialized = ephemeral

    Drew Banin committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    dc090f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. cleanup model config code

    Drew Banin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    196e92e View commit details
    Browse the repository at this point in the history
  2. clean up BFS for injected CTEs

    Drew Banin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    5983d8f View commit details
    Browse the repository at this point in the history
  3. add this env var, use sql_where instead of sql_field

    Drew Banin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    f9985ba View commit details
    Browse the repository at this point in the history
  4. include ephemeral models in graph. sql_where fixes

    Drew Banin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    615fae6 View commit details
    Browse the repository at this point in the history
  5. show number of records inserted

    Drew Banin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8a478f0 View commit details
    Browse the repository at this point in the history