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

1. bulk_mode. 2. _execute_step. 3. Type checking. #1632

Merged
merged 4 commits into from
Mar 24, 2020

Commits on Mar 22, 2020

  1. 1. bulk_mode. 2. _execute_step. 3. Type checking.

    1. I forgot bulk_mode in the schema because there were no example mapping files with it. Fixed now.
    
    2. Renamed _load_mapping to _execute_step because _load_mapping always implied to me that it was loading the mapping file.
    
    3. I added stronger type checking which is how I found problem 1. Integration tests don't use bulk_mode but unit tests do.
    Paul Prescod committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    27a9ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Add typing-extensions to requirements.txt.

    Paul Prescod committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c210cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17262fd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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