Skip to content

Changelog

2023-11-15

  • Updated the timeout. PR #47 by @bao.truong.

  • [Fix] Streaming - Fix range column mapping between source and destination on /sync endpoint. PR #49 by @dat.phan.

  • [Fix] Add details for NotNullViolation message. PR #52 by @dat.phan.

  • [Fix] Fix log exception error. PR #54 by @dat.phan.

2023-11-03

  • [Madillo] [Bugfix] Fix the /sync/memory to handle by the connection. PR #45 by @bao.truong.

  • Change endpoint /realtime/push into /sync/memory

  • Handle the constructor for sync in memory

  • Write test for memory component

2023-11-04

2023-10-05

  • 📑 [Documentation] Streaming operation related to create new model

  • 📑 [Documentation] Handle the error when changed the schema in the source table for streaming

2023-09-22

  • 🌾 [Madillo] Upload data using fast-copy into target table ingest into Postgres for streaming usage. PR #21 by @thanh.vo, @bao.truong.

  • Added endpoint: POST /realtime/push with following requirements:

    • Parse object from Pubsub message related to streaming push

    • Using COPY method by upload CSV in memory control

    • Applied FULL_REFRESH method on table with psycopg engine version 3.x.x

  • Added ruff and pre-commit enforce

  • Config Cloud Tasks to queue workflows. Ref: Workflow Create Task

  • âš“ Bump version of pip into version 23.2.1

  • 🔮 Update the contributor list for the project

2023-02-15

  • [Maintaince] Repository layout structure