Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: bruin-data/ingestr

v0.13.17: Merge pull request #140 from bruin-data/patch/re-enable-clickhouse

03 Mar 14:46
31e1e4c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

v0.13.13

24 Feb 16:00
7650e61
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Merge pull request #135 from bruin-data/patch/zstdpatch: fix zstd version
Loading

v0.12.6

10 Jan 07:04
Compare
Choose a tag to compare
Loading

This release expands the closed intervals that were released for SQL sources in v0.12.5 to all the other platforms we support. In addition, it includes an improved Google Analytics source that can load past intervals as well.

What's Changed

Full Changelog:v0.12.5...v0.12.6

Contributors

  • @karakanb
  • @sanjushahgupta
karakanb and sanjushahgupta
Loading

v0.12.5

06 Jan 08:38
Compare
Choose a tag to compare
Loading

This release introduces an important change on how intervals worked in ingestr.

Important - Closed Intervals

This release introduces a change in how--interval-start and--interval-end works in ingestr. Previously, these flags were treated as[interval-start, interval-end), meaning that the values withinterval-start would be included, the ones withinterval-end would be excluded, which means the ranges would not be overlapping.

In more tangible terms, the previous version would create a query like this to get the data based on anupdated_at field:

SELECT*FROM mytableWHERE updated_at>= :interval_startAND updated_at< :interval_end

In the new version, this is how the query looks like:

SELECT*FROM mytableWHERE updated_at>= :interval_startAND updated_at<= :interval_end

This means certain bits of data will be fetched unnecessarily, but ingestr will deduplicate the data anyway. This is especially helpful for date-based incremental keys where there's no high-precision timestamp available.

Full Changelog:v0.12.4...v0.12.5

Loading

v0.12.4

03 Jan 20:46
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:v0.12.3...v0.12.4

Contributors

  • @sanjushahgupta
sanjushahgupta
Loading

v0.12.3

22 Dec 12:00
Compare
Choose a tag to compare
Loading
feature: custom SQL queries
Loading

New source: Kafka

10 Sep 13:15
Compare
Choose a tag to compare
Loading

This release introduces a new Kafka source to ingestr!

Using ingestr, you can ingest data from any Kafka topic into your DWH, seedocs here.

Loading

Gorgias as a new source

25 Jun 16:52
Compare
Choose a tag to compare
Loading

This release addsGorgias as a new source to ingestr!

The current release supports 4 resources at the moment:

  • customers
  • tickets
  • ticket messages
  • satisfaction surveys

Adding new resources would be pretty easy, feel free to contribute either directly to the code or creating an issue with your needs.

Loading
ninadingole reacted with hooray emoji
1 person reacted

v0.6.0: Shopify as a new source

12 Jun 15:05
Compare
Choose a tag to compare
Loading

This release adds support for Shopify as a new source! 🚀

Givethe docs a look, anda share your feedback.

What's Changed

New Contributors

Full Changelog:v0.5.1...v0.6.0

Contributors

  • @karakanb
  • @trakmaker
karakanb and trakmaker
Loading

SAP Hana as a source ✨

24 Apr 22:14
Compare
Choose a tag to compare
Loading

This release adds support for SAP Hana as a source. You can use the Hana databases as a source using the following URI structure:

hana://username:password@host:port/dbname

Enjoy!

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp