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

adapters: postgres & redshift #259

Merged
merged 49 commits into from
Jan 20, 2017
Merged

adapters: postgres & redshift #259

merged 49 commits into from
Jan 20, 2017

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    3145139 View commit details
    Browse the repository at this point in the history
  2. cleanup strings, add docker unit test harness

    Connor McArthur committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    13fe3e5 View commit details
    Browse the repository at this point in the history
  3. move execute_without_auto_commit to postgres adapter

    Connor McArthur committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    973c4ad View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. wired in w/ strict mode

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    f4f0b41 View commit details
    Browse the repository at this point in the history
  2. turn strict mode on for all tests, not just default ones

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    d0a6f17 View commit details
    Browse the repository at this point in the history
  3. add schema to unit test harness

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    32e20a3 View commit details
    Browse the repository at this point in the history
  4. merged development

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    9a46a2e View commit details
    Browse the repository at this point in the history
  5. back to pep8 compliance

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    c612333 View commit details
    Browse the repository at this point in the history
  6. again, improve test harness

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    7023921 View commit details
    Browse the repository at this point in the history
  7. remove now-unused test scripts

    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    e848e59 View commit details
    Browse the repository at this point in the history
  8. implement connection sharing w/ test, reset cache on dbt invocation i…

    …n case of multiple invocations in one python process
    Connor McArthur committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    7076a7d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. move drop into adapter

    Connor McArthur committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    b2e31c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    0886bc4 View commit details
    Browse the repository at this point in the history
  2. back to pep-8 compliance

    Connor McArthur committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    31502f8 View commit details
    Browse the repository at this point in the history
  3. test harness++

    Connor McArthur committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    f6e0813 View commit details
    Browse the repository at this point in the history
  4. snowflake integration test (not really working yet)

    Connor McArthur committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    4a6750e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. added snowflake adapter

    Connor McArthur committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    5676c34 View commit details
    Browse the repository at this point in the history
  2. tearing out most of schema helper

    Connor McArthur committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    dcb8278 View commit details
    Browse the repository at this point in the history
  3. schema helper is dead (long live schema helper)

    Connor McArthur committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    7a52b80 View commit details
    Browse the repository at this point in the history
  4. possibly snowflake-ready?

    Connor McArthur committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    6251c07 View commit details
    Browse the repository at this point in the history
  5. snowflake workin

    Connor McArthur committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    64ee3eb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. merged development

    Connor McArthur committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    d2ea805 View commit details
    Browse the repository at this point in the history
  2. snowflake / circle test harness

    Connor McArthur committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    62f2f68 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. merged development

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    6023586 View commit details
    Browse the repository at this point in the history
  2. two more tests

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    ec50446 View commit details
    Browse the repository at this point in the history
  3. get back into pep8 compliance

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a5e71f0 View commit details
    Browse the repository at this point in the history
  4. debug setup_db.sh

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    9c95a92 View commit details
    Browse the repository at this point in the history
  5. display a reasonable status message

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    3a157fd View commit details
    Browse the repository at this point in the history
  6. add date functions all around

    Connor McArthur committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    114fb91 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. use absolute import to resolve ns conflict

    Connor McArthur committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    b959fb8 View commit details
    Browse the repository at this point in the history
  2. group tests by warehouse type

    Connor McArthur committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    f5d7be8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Merge branch 'development' of github.com:analyst-collective/dbt into …

    …adapters/initial
    Connor McArthur committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    2913e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736dcf9 View commit details
    Browse the repository at this point in the history
  3. pep8

    Connor McArthur committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    cd1fe4f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. rip snowflake support out for windows

    Connor McArthur committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    7c0f26b View commit details
    Browse the repository at this point in the history
  2. fix appveyor

    Connor McArthur committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    6cf9684 View commit details
    Browse the repository at this point in the history
  3. only do snowflake imports in snowflake adapter module

    Connor McArthur committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    887fe85 View commit details
    Browse the repository at this point in the history
  4. fix SnowflakeAdapter NameError

    Connor McArthur committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    2c0e5ec View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. improved error handling

    Connor McArthur committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    6be3d44 View commit details
    Browse the repository at this point in the history
  2. pep8

    Connor McArthur committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    6e14eb8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of github.com:analyst-collective/dbt into …

    …adapters/initial
    Connor McArthur committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    95e4a75 View commit details
    Browse the repository at this point in the history
  4. update required version of snowflake connector

    Connor McArthur committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    4970d6d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. run tests on python 3.6 instead of 3.5

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    15be495 View commit details
    Browse the repository at this point in the history
  2. add python 3.6 to global pyenv

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    64e4b67 View commit details
    Browse the repository at this point in the history
  3. also isntall python 3.6

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    e30931a View commit details
    Browse the repository at this point in the history
  4. install!

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    527eaa8 View commit details
    Browse the repository at this point in the history
  5. sudo !!

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    67cc3b4 View commit details
    Browse the repository at this point in the history
  6. try python 2.7.12

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    73cde44 View commit details
    Browse the repository at this point in the history
  7. sneak in a logger name change, and CHANGELOG

    Connor McArthur committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    2b3e8dd View commit details
    Browse the repository at this point in the history