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

validating schema in discovery mode #56

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2017

  1. Adding time_extracted and bookmark_properties

    Nick McCoy committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    23b316c View commit details
    Browse the repository at this point in the history
  2. Adding commas to fix error

    Nick McCoy committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    1d0416c View commit details
    Browse the repository at this point in the history
  3. Fixing space errors

    Nick McCoy committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    3524f40 View commit details
    Browse the repository at this point in the history
  4. Fixing pylint warnings

    Nick McCoy committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    90cc986 View commit details
    Browse the repository at this point in the history
  5. validating schema in discovery mode

    Added write_catalog function
    Nick McCoy committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    9cbdfa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Check for time_extracted being an aware datetime and ensure timezone …

    …is set to UTC for time_extracted
    Nick McCoy committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    25b19d2 View commit details
    Browse the repository at this point in the history
  2. Fixing pylint errors

    Nick McCoy committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    d297a0e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Wrapping up

    Mike DeLaurentis committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    247d4d3 View commit details
    Browse the repository at this point in the history
  2. Pylint

    Mike DeLaurentis committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    e56e488 View commit details
    Browse the repository at this point in the history
  3. import pytz

    ccapurso committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c53912f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7db81df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42fe69a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #55 from singer-io/time_extracted_and_bookmark_pro…

    …perties
    
    Adding time_extracted and bookmark_properties
    ccapurso committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    ea4b5ba View commit details
    Browse the repository at this point in the history
  7. bump version to 5.0.0

    ccapurso committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1b1f32c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. move bookmark property handling from write_schema into SchemaMessage …

    …__init__
    Nick McCoy committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    5a89d5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from singer-io/fix/initialize-bookmark-propert…

    …y-in-schema-message-init
    
    move bookmark property handling from write_schema into SchemaMessage __init__
    nick-mccoy committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    555c6ca View commit details
    Browse the repository at this point in the history
  3. bump version to 5.0.1

    Nick McCoy committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    d3dd5ba View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    231dd45 View commit details
    Browse the repository at this point in the history
  2. Pylint fix

    Nick McCoy committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    23c389d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from singer-io/make_bookmark_properties_list

    Changing SchemaMessage so that bookmark_properties is always a list
    nick-mccoy committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    69f56bf View commit details
    Browse the repository at this point in the history
  4. Bumping singer-python version to 5.0.2 and deploying

    Nick McCoy committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    bdbd776 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    65bda5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219b8eb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Merge pull request #61 from flash716/stream-alias

    Add stream_alias to Catalog.to_dict
    nick-mccoy committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    c5182e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request #60 from flash716/catalog-metadata

    Add metadata assignment to Catalog.from_dict
    nick-mccoy committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    13275d8 View commit details
    Browse the repository at this point in the history
  2. changing strftime format string

    Nick McCoy committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    be8b565 View commit details
    Browse the repository at this point in the history
  3. fixing strftime format string

    Nick McCoy committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    215171b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Merge pull request #63 from singer-io/fix_strftime_format

    changing strftime format string
    nick-mccoy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    16b53f3 View commit details
    Browse the repository at this point in the history
  2. bumping version

    Nick McCoy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    cdbf7ed View commit details
    Browse the repository at this point in the history
  3. validating schema in discovery mode

    Added write_catalog function
    Nick McCoy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    89c6466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4411df5 View commit details
    Browse the repository at this point in the history
  5. pylint

    Nick McCoy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    c8c507b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. pylint fixes

    Nick McCoy committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    b82f0f1 View commit details
    Browse the repository at this point in the history