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

Remove APIObject (#1762) #1780

Merged

Commits on Sep 27, 2019

  1. Convert Relation types to hologram.JsonSchemaMixin

    Fix a lot of mypy things, add a number of adapter-ish modules to it
    Split relations and columns into separate files
    split context.common into base + common
     - base is all that's required for the config renderer
    Move Credentials into connection contracts since that's what they really are
    Removed model_name/table_name -> consolidated to identifier
     - I hope I did not break seeds, which claimed to care about render(False)
    Unify shared 'external' relation type with bigquery's own
    hack workarounds for some import cycles with plugin registration and config p
    arsing
    Assorted backwards compatibility fixes around types, deep_merge vs shallow merge
    Remove APIObject
    Jacob Beck committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    eb9bfcd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. PR feedback

    add typing extensions module to setup.py
    Update changelog
    Jacob Beck committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    dfb4b3a View commit details
    Browse the repository at this point in the history