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

Implement relations api #727

Merged
merged 74 commits into from
Apr 26, 2018
Merged

Implement relations api #727

merged 74 commits into from
Apr 26, 2018

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    b8920b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    d6f58b5 View commit details
    Browse the repository at this point in the history
  2. more model name updates

    drewbanin committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    dbcd124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c205dfa View commit details
    Browse the repository at this point in the history
  4. no more quotes!

    drewbanin committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    5032d1b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. quieter logs

    drewbanin committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    94502bc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    ee3406f View commit details
    Browse the repository at this point in the history
  2. fix for archival

    drewbanin committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b27a374 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. fixes for bq

    drewbanin committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d52058f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. relations api

    Connor McArthur committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    0455ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    75286a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c706263 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Merge branch 'development' of github.com:fishtown-analytics/dbt into …

    …implement-relations-api
    Connor McArthur committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    83b617c View commit details
    Browse the repository at this point in the history
  2. wiring up Relation to adapter fns, first pass

    Connor McArthur committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    aae580e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    e015338 View commit details
    Browse the repository at this point in the history
  2. rippin stuff out

    Connor McArthur committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    57981e0 View commit details
    Browse the repository at this point in the history
  3. tests passing(ish)

    Connor McArthur committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    9ecf92d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. query_for_existing ripped out

    Connor McArthur committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    370012d View commit details
    Browse the repository at this point in the history
  2. rename > rename_relation

    Connor McArthur committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    b2ee678 View commit details
    Browse the repository at this point in the history
  3. bigquery, csv

    Connor McArthur committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    803f1b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. remove extraneous dbt_project file

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    f253261 View commit details
    Browse the repository at this point in the history
  2. merged development

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    107f5ff View commit details
    Browse the repository at this point in the history
  3. move types into "api" namespace, fix archival

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    b9c7d92 View commit details
    Browse the repository at this point in the history
  4. rip out table_exists

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    29f93b9 View commit details
    Browse the repository at this point in the history
  5. include relations

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    01c7cff View commit details
    Browse the repository at this point in the history
  6. table / view macros using relations

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    87adc8a View commit details
    Browse the repository at this point in the history
  7. fix some tests

    Connor McArthur committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    79da833 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. do not include schema if created as temp table

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    82db36b View commit details
    Browse the repository at this point in the history
  2. snowflake fixes

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    cadbad5 View commit details
    Browse the repository at this point in the history
  3. fix some tests

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    614d067 View commit details
    Browse the repository at this point in the history
  4. fix bq relations

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    b7f948a View commit details
    Browse the repository at this point in the history
  5. bq getting closer

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    a8db16a View commit details
    Browse the repository at this point in the history
  6. archive macros

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    58c2712 View commit details
    Browse the repository at this point in the history
  7. fixing postgres tests

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    d4b2516 View commit details
    Browse the repository at this point in the history
  8. fix postgres tests

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    cea3a43 View commit details
    Browse the repository at this point in the history
  9. Implement relations api dp fix (#729)

    * fix bq date partitioning
    
    * fix for context vars (tmp table name)
    drewbanin committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    5ce7aa7 View commit details
    Browse the repository at this point in the history
  10. merged development

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    1acde56 View commit details
    Browse the repository at this point in the history
  11. address code review comments

    Connor McArthur committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    a466b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. deprecations

    Connor McArthur committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    2f4dcb9 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Connor McArthur committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    cd8df15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1cfc31 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' of github.com:fishtown-analytics/dbt into …

    …implement-relations-api
    Connor McArthur committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    9273e22 View commit details
    Browse the repository at this point in the history
  5. rip out deprecations, make api more consistent

    Connor McArthur committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    596e433 View commit details
    Browse the repository at this point in the history
  6. merge development

    Connor McArthur committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    f62e47f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. actually fix merge conflict

    Connor McArthur committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    533f5c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. global quoting config

    Connor McArthur committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    9fe9ca8 View commit details
    Browse the repository at this point in the history
  2. fix default quoting config in project

    Connor McArthur committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    a0dedfa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. merge development

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    909be11 View commit details
    Browse the repository at this point in the history
  2. merged implement-relations-api

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    9a635ca View commit details
    Browse the repository at this point in the history
  3. relations, fix another merge conflict

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4a550e5 View commit details
    Browse the repository at this point in the history
  4. seed + relations

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    ba58e7e View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    2f54e52 View commit details
    Browse the repository at this point in the history
  6. add snowflake quoting off tests

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    1c61341 View commit details
    Browse the repository at this point in the history
  7. fix bad merge

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    c7f83fd View commit details
    Browse the repository at this point in the history
  8. Merge branch 'implement-relations-api' of github.com:fishtown-analyti…

    …cs/dbt into quote-config
    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    396ea65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8694d3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    852a0eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5bafcd6 View commit details
    Browse the repository at this point in the history
  12. projects everywhere

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    ac62a4d View commit details
    Browse the repository at this point in the history
  13. test fixes

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    8ee8e76 View commit details
    Browse the repository at this point in the history
  14. switch test, fix schema creation / dropping

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    dd707c8 View commit details
    Browse the repository at this point in the history
  15. quote tests properly

    Connor McArthur committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    e269c25 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    8cc3696 View commit details
    Browse the repository at this point in the history
  2. fix snowflake tests

    Connor McArthur committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a661512 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'quote-config' of github.com:fishtown-analytics/dbt into…

    … quote-config
    Connor McArthur committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    41aa908 View commit details
    Browse the repository at this point in the history
  4. add already_exists tests

    drewbanin committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    126ab23 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    e564dee View commit details
    Browse the repository at this point in the history
  2. fix unit tests, pep8

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    d33ec80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da5b82c View commit details
    Browse the repository at this point in the history
  4. merged development

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    0338a48 View commit details
    Browse the repository at this point in the history
  5. self code review

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    124e14b View commit details
    Browse the repository at this point in the history
  6. fix project var name from merge conflict

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    23d2a55 View commit details
    Browse the repository at this point in the history
  7. pep8

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    692cc55 View commit details
    Browse the repository at this point in the history
  8. fix relation schemas

    Connor McArthur committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    c37ded2 View commit details
    Browse the repository at this point in the history