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

refactor: Standardize on JSON Schema Draft 2020-12 to validate stream schemas #2566

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2024

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

Commits on Aug 26, 2024

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

Commits on Sep 6, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 18, 2024

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

Commits on Oct 24, 2024

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

Commits on Nov 11, 2024

  1. chore(deps): bump pip from 24.2 to 24.3.1 in /.github/workflows in th…

    …e ci group (#2733)
    
    chore(deps): bump pip in /.github/workflows in the ci group
    
    Bumps the ci group in /.github/workflows with 1 update: [pip](https://github.com/pypa/pip).
    
    
    Updates `pip` from 24.2 to 24.3.1
    - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
    - [Commits](pypa/pip@24.2...24.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pip
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c03d0d7 View commit details
    Browse the repository at this point in the history
  2. test: Test parquet extra on Python 3.13 (#2734)

    * test: Test `parquet` extra on Python 3.13
    
    * Remove xfails
    edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    aeae39b View commit details
    Browse the repository at this point in the history
  3. chore: pre-commit autoupdate (#2735)

    * chore: pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0ba880e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32c5700 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 i…

    …n the actions group (#2737)
    
    chore(deps): bump pypa/gh-action-pypi-publish in the actions group
    
    Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.11.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1de4e77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c88c4 View commit details
    Browse the repository at this point in the history
  7. chore: pre-commit autoupdate (#2740)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3c1325e View commit details
    Browse the repository at this point in the history
  8. fix: datetime.datetime instances in stream maps are now correctly m…

    …apped to `date-time` JSON schema strings (#2741)
    
    fix: `datetime.datetime` instances are correctly mapped to `date-time` JSON schema strings
    edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2510d9e View commit details
    Browse the repository at this point in the history
  9. feat(targets): SQL target developers can now more easily override the…

    … mapping from JSON schema to SQL column type (#2732)
    
    * feat(target): SQL target developers can now more easily override the mapping from JSON schema to SQL column type
    
    * Add failing test for complex type case
    
    * Correctly handle multiple types
    
    * Make mypy happy
    
    * Test more cases
    
    * Add docs
    
    * Fix annotation in docs
    
    * Support custom fallbacks
    
    * Add a way to customize raw string handling
    edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3bae0ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f136c52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e789630 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e36e3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8aef0f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0f9d4e View commit details
    Browse the repository at this point in the history
  15. chore(deps): bump the actions group with 2 updates (#2748)

    Bumps the actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action).
    
    
    Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2)
    
    Updates `commitizen-tools/commitizen-action` from 0.21.0 to 0.22.0
    - [Release notes](https://github.com/commitizen-tools/commitizen-action/releases)
    - [Changelog](https://github.com/commitizen-tools/commitizen-action/blob/master/CHANGELOG.md)
    - [Commits](commitizen-tools/commitizen-action@0.21.0...0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: commitizen-tools/commitizen-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ac0d57c View commit details
    Browse the repository at this point in the history
  16. chore: Release v0.42.0 (#2749)

    * chore: Bump package version
    
    * Update dev deps
    
    ---------
    
    Co-authored-by: edgarrmondragon <[email protected]>
    Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
    3 people committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0d2120d View commit details
    Browse the repository at this point in the history
  17. refactor: Dropped support for Python 3.8 (#2751)

    * refactor: Dropped support for Python 3.8
    
    * Update tests/core/test_connector_sql.py
    edgarrmondragon committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea3ee96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f62361d View commit details
    Browse the repository at this point in the history