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

concurrency: make it work #345

Merged
merged 17 commits into from
Mar 24, 2017
Merged

concurrency: make it work #345

merged 17 commits into from
Mar 24, 2017

Commits on Mar 21, 2017

  1. integration tests passing, round 1 (no pooling yet)

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    aca45f0 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    ecd1def View commit details
    Browse the repository at this point in the history
  3. connection pooling

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    5567be3 View commit details
    Browse the repository at this point in the history
  4. getting close

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f37c9ba View commit details
    Browse the repository at this point in the history
  5. print result line before next model start line

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    dca4bb0 View commit details
    Browse the repository at this point in the history
  6. fix unit tests -- date_function/type were unbound

    Connor McArthur committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    d2705ae View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. fix unicode logging issue -- integration-py27 passing now

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b204b52 View commit details
    Browse the repository at this point in the history
  2. fix snowflake static fns (type, date_function)

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    181f272 View commit details
    Browse the repository at this point in the history
  3. always call USE SCHEMA

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    cbcd571 View commit details
    Browse the repository at this point in the history
  4. actually specify a schema

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    5b7110e View commit details
    Browse the repository at this point in the history
  5. comeon snowflake

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    539ed9c View commit details
    Browse the repository at this point in the history
  6. infinite recursion does happen

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b064a27 View commit details
    Browse the repository at this point in the history
  7. tests fixed

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    e03b768 View commit details
    Browse the repository at this point in the history
  8. new-style class issues

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c98400d View commit details
    Browse the repository at this point in the history
  9. touch up connection cleanup logic

    Connor McArthur committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    efedc30 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. pythonic recache_if_missing, add test for skipped deps

    Connor McArthur committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    da192d0 View commit details
    Browse the repository at this point in the history
  2. changelog

    Connor McArthur committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    7623e9c View commit details
    Browse the repository at this point in the history