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

Seed rewrite #618

Merged
merged 38 commits into from
Feb 10, 2018
Merged

Seed rewrite #618

merged 38 commits into from
Feb 10, 2018

Commits on Dec 4, 2017

  1. loader for seed data files

    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    4343697 View commit details
    Browse the repository at this point in the history
  2. Functioning rework of seed task

    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    0bf8489 View commit details
    Browse the repository at this point in the history
  3. Make CompilerRunner fns private and impl. SeedRunner.compile

    Trying to distinguish between the public/private interface for this
    class. And the SeedRunner doesn't need the functionality in the compile
    function, it just needs a compile function to exist for use in the
    compilation process.
    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    5b3cf6f View commit details
    Browse the repository at this point in the history
  4. Test changes and fixes

    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    4899e0b View commit details
    Browse the repository at this point in the history
  5. make the DB setup script usable locally

    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    28d2886 View commit details
    Browse the repository at this point in the history
  6. convert simple copy test to use seeed

    Buck Ryan committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    dbac3c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Fixes to get Snowflake working

    Buck Ryan committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    07f283f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935d2a5 View commit details
    Browse the repository at this point in the history
  3. Convert update SQL script to another seed

    Buck Ryan committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    e49cab0 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Buck Ryan committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    434e7b7 View commit details
    Browse the repository at this point in the history
  5. implement bigquery csv load

    Buck Ryan committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    23a01ce View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. context handling of StringIO

    Buck Ryan committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    584578f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Better typing

    Buck Ryan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    936e68e View commit details
    Browse the repository at this point in the history
  2. strip seeder and csvkit dependency

    Buck Ryan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    224174a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce25e78 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. update seed test

    Buck Ryan committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    5b97a86 View commit details
    Browse the repository at this point in the history
  2. fix abstract functions in base adapter

    Buck Ryan committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    e9b5795 View commit details
    Browse the repository at this point in the history
  3. support time type

    Buck Ryan committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b86159f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. try pinning crypto, pyopenssl versions

    Connor McArthur committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    797a966 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of github.com:fishtown-analytics/dbt into …

    …seed-rewrite
    Connor McArthur committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    34f5e41 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary version pins

    Connor McArthur committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    4f67dca View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. insert all at once, rather than one query per row

    Connor McArthur committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    58b98f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. do not quote field names on creation

    Connor McArthur committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    90380d5 View commit details
    Browse the repository at this point in the history
  2. merge development

    Connor McArthur committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    04b05a2 View commit details
    Browse the repository at this point in the history
  3. bad

    Connor McArthur committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    122fba7 View commit details
    Browse the repository at this point in the history
  4. quiet down parsedatetime logger

    Connor McArthur committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    3688286 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. pep8

    Connor McArthur committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    256fca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

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

Commits on Jan 18, 2018

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

Commits on Jan 19, 2018

  1. show option for CSVs

    drewbanin committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    0b0c423 View commit details
    Browse the repository at this point in the history
  2. typo

    drewbanin committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    6d9af2b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. pep8

    drewbanin committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    4a49afd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    f518505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d92eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c597803 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    c86f086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b616e View commit details
    Browse the repository at this point in the history