Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: crate/meltano-target-cratedb

v0.3.0

14 May 21:40

Choose a tag to compare

What's Changed

Details

  • Update to meltanolabs-target-postgres 0.8 by @amotl in #105

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 May 21:29

Choose a tag to compare

What's Changed

Details

  • Chore(deps-dev): Update mypy requirement from <1.21 to <2.2 by @dependabot[bot] in #98
  • Chore(deps): Update meltanolabs-target-postgres requirement from <0.7,>=0.6 to >=0.6,<0.8 by @dependabot[bot] in #97
  • Update to meltanolabs-target-postgres 0.7 by @amotl in #100

Full Changelog: v0.1.1...v0.2.0

v0.1.1

12 May 19:38

Choose a tag to compare

What's Changed

  • Fix NameError: name 'RequestsCookieJar' is not defined by @amotl in #99

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Apr 06:42

Choose a tag to compare

What's Changed

  • Meltano: Started using SQLConnector.jsonschema_to_sql to map
    schema types to SQL types
  • Type mapping: Started to verify mapping ARRAY(OBJECT) works well

Details

  • CI: Properly configure Codecov.io by @amotl in #88
  • Chore(deps-dev): Update ruff requirement from <0.15 to <0.16 by @dependabot[bot] in #89
  • Chore(deps): Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #90
  • Chore(deps-dev): Update mypy requirement from <1.20 to <1.21 by @dependabot[bot] in #92
  • Use SQLConnector.jsonschema_to_sql to map schema types to SQL types by @amotl in #94
  • Tests: Update tap-countries and tap-fundamentals to SDK rev. 26a687e by @amotl in #95

Full Changelog: v0.0.2...v0.1.0

v0.0.2

23 Jan 20:58

Choose a tag to compare

What's Changed

  • Added support for container types ARRAY and OBJECT.
  • Improved write operations to be closer to target-postgres.
  • Switched to new SQLAlchemy dialect for CrateDB.
  • Removed workaround for _-prefixed column names.
    The package now requires CrateDB 6.2 or higher.
  • Updated to vanilla meltanolabs-target-postgres 0.6.

Details

  • Documentation, mostly by @amotl in #7
  • Bump ruff from 0.1.7 to 0.1.8 by @dependabot[bot] in #11
  • Add support for container types ARRAY, OBJECT, and FLOAT_VECTOR by @amotl in #8
  • Use updated test cases from target-postgres, they are validating now by @amotl in #9
  • chore: Harmonize imports of sqlalchemy module, use sa where applicable by @amotl in #10
  • Tests: Make test_anyof work by @amotl in #12
  • Improve write operations to be closer to target-postgres by @amotl in #13
  • Improve SQLAlchemy FloatVector type implementation by @amotl in #14
  • Bump ruff from 0.1.8 to 0.1.9 by @dependabot[bot] in #16
  • Bump mypy from 1.7.1 to 1.8.0 by @dependabot[bot] in #17
  • Chore: Fix build re. dependencies, linting, and formatting by @amotl in #54
  • Chore: Relax development dependencies and format pyproject.toml by @amotl in #55
  • Bump ruff from 0.1.9 to 0.6.9 by @dependabot[bot] in #50
  • CI: Validate on Python 3.12 by @amotl in #56
  • Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #27
  • Update pytest requirement from <8 to <9 by @dependabot[bot] in #24
  • Update black requirement from <24 to <25 by @dependabot[bot] in #22
  • Chore(deps-dev): Update twine requirement from <5 to <7 by @dependabot[bot] in #59
  • Chore(deps-dev): Update black requirement from <25 to <26 by @dependabot[bot] in #60
  • Chore(deps-dev): Bump ruff from 0.6.9 to 0.14.4 by @dependabot[bot] in #62
  • Chore(deps-dev): Bump mypy from 1.8 to 1.18.2 by @dependabot[bot] in #58
  • Chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #70
  • Chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #71
  • Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #72
  • Chore(deps-dev): Update pytest-cov requirement from <5 to <8 by @dependabot[bot] in #75
  • Chore: Relax development dependencies by @amotl in #81
  • Chore(deps-dev): Bump mypy from 1.18.2 to 1.19.1 by @dependabot[bot] in #80
  • Switch to new SQLAlchemy dialect for CrateDB by @amotl in #15
  • Add pre-flight check for CrateDB >= 6.2 by @amotl in #65
  • Remove workaround for _-prefixed column names by @amotl in #57
  • Dependencies: Update to vanilla meltanolabs-target-postgres 0.6 by @amotl in #68
  • Chore(deps-dev): Update pytest requirement from <9 to <10 by @dependabot[bot] in #84
  • Chore(deps-dev): Update black requirement from <26 to <27 by @dependabot[bot] in #85
  • Chore: Transferred project to different GitHub organization by @amotl in #83
  • Remove pgvector support, it was just a stub by @amotl in #86

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 Jan 20:57

Choose a tag to compare

What's Changed

  • Make it work. It can run the canonical Meltano GitHub -> DB example.

Details

Full Changelog: https://github.com/crate/meltano-target-cratedb/commits/v0.0.1