Skip to content

Bump github.com/turbot/tailpipe-plugin-sdk from 0.2.0 to 0.4.0 #34

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps github.com/turbot/tailpipe-plugin-sdk from 0.2.0 to 0.4.0.

Changelog

Sourced from github.com/turbot/tailpipe-plugin-sdk's changelog.

v0.4.0 [2025-04-25]

Whats new

  • Add WithHeaderRowNotification RowSourceOption, which can be set to enable a mapper to be notified of the header row of an artifact. (#186)

Bug fixes

  • Fix source file error for custom tables when using S3 or other external source. (#188)

v0.3.1 [2025-04-16]

Bug fixes

  • Fix Column level null_if not being respected. (#182)
  • Fix missing required column is not being reported as a row error. (#181)

v0.3.0 [2025-04-15]

Whats new

  • Add support for custom tables.
  • Add jsonl and delimited formats, which support for directly converting delimited and JSONL source files to JSONL.
  • Add ConversionSchema which specifies a separate set of source columns to the output columns
  • Improve error handling - allow for non fatal source errors. (#148)
  • Update goduckdb to v2.1.0

Bug fixes

  • Update schema type normalisation to only adjust the case of type names, not struct/array/union member properties.
  • Fix race condition in OnArtifactDownloaded - add additional wait group increment/decrement.
Commits
  • 5ee6b27 update CHANGELOG for v0.4.0
  • b85b4aa Update ArtifactConversionCollector.executeConversionQuery to pass local name ...
  • 6d15024 update CHANGELOG for v0.4.0
  • d3d924c Bump golang.org/x/net from 0.36.0 to 0.38.0 (#184)
  • ea71c11 Add WithHeaderRowNotification RowSourceOption, which can be set to enable a m...
  • 4871557 Merge pull request #179 from turbot/v0.3.x
  • e8f1601 Update CHANGELOG for v0.3.1 (#183)
  • c251455 Fix Column level null_if is not being respected. Fix missing required column ...
  • bfa6adf Update CHANGELOG for v0.3.0
  • 905ec4e Merge pull request #177 from turbot/v0.2.x
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [github.com/turbot/tailpipe-plugin-sdk](https://github.com/turbot/tailpipe-plugin-sdk) from 0.2.0 to 0.4.0.
- [Changelog](https://github.com/turbot/tailpipe-plugin-sdk/blob/develop/CHANGELOG.md)
- [Commits](turbot/tailpipe-plugin-sdk@v0.2.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/turbot/tailpipe-plugin-sdk
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency file updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants