crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

Update snowplow-tracker requirement from <0.13 to <1.1 in /framework/dbt/basic #728

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Updates the requirements on snowplow-tracker to permit the latest version.

Changelog

Sourced from snowplow-tracker's changelog.

Version 1.0.3 (2024-08-27)

Fix docs action (close #367) Update on_success docstring (close #358) Add py.typed to package (close #360) (Thanks to @​edgarrmondragon) Update typing Fix PagePing, PageView, and StructuredEvent property getters (close #361)

Version 1.0.2 (2024-02-26)

Add Python 3.12 to CI tests (#356) (Thanks to @​edgarrmondragon)

Version 1.0.1 (2023-07-12)

Fix tstamp parameter in track_self_describing_event (#350) (Thanks to @​andehen)

Version 1.0.0 (2023-06-16)

Remove Redis and Celery Emitters (#335) Make tracker namespace mandatory (#337) Track function to return event_id (#338) Fix namespace assignment in Snowplow API (#341) Refactor track_xxx() methods (#343) Update payload builder to combine event subjects (#347)

Version 0.15.0 (2023-04-19)

Use Requests Session for sending eventss (#221) Add Redis example app (#322)

Version 0.14.0 (2023-03-21)

Adds deprecation warnings for V1 changes (#315) Update GH actions to use Node16 (#317) Adds event store parameter to Snowplow interface (#320) Adds missing parameters to async emitter (#323)

Version 0.13.0 (2023-01-24)

Adds Snowplow Interface (#295) Adds retry for failed events (#296) Adds customisable retry codes (#297) Adds EventStore with max limit (#309) Adds Snowplow Example App (#302) Fix Collector URL with trailing '/' (#300) Rename unstruct_event to self_describing_event (#298) Upgrade set-output in cd (#294)

Version 0.12.0 (2022-11-03)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)