8000 python3Packages.dbt-adapters: 1.14.4 -> 1.14.8 by r-ryantm · Pull Request #403842 · NixOS/nixpkgs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

python3Packages.dbt-adapters: 1.14.4 -> 1.14.8 #403842

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

Merged

Conversation

r-ryantm
Copy link
Contributor
@r-ryantm r-ryantm commented May 3, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python3Packages.dbt-adapters is: Set of adapter protocols and base functionality that supports integration with dbt-core

meta.homepage for python3Packages.dbt-adapters is: https://github.com/dbt-labs/dbt-adapters

meta.changelog for python3Packages.dbt-adapters is: https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-adapters/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.14.8 with grep in /nix/store/2a7rn3ng7bcixn9f4cz2y978d03lgwf3-python3.12-dbt-adapters-1.14.8
  • found 1.14.8 in filename of file in /nix/store/2a7rn3ng7bcixn9f4cz2y978d03lgwf3-python3.12-dbt-adapters-1.14.8

Rebuild report (if merged into master) (click to expand)
8 total rebuild path(s)

8 package rebuild(s)

First fifty rebuilds by attrpath

dbt
python312Packages.dbt-adapters
python312Packages.dbt-bigquery
python312Packages.dbt-core
python312Packages.dbt-postgres
python312Packages.dbt-redshift
python312Packages.dbt-snowflake
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/2a7rn3ng7bcixn9f4cz2y978d03lgwf3-python3.12-dbt-adapters-1.14.8 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python3Packages.dbt-adapters https://github.com/r-ryantm/nixpkgs/archive/649a542f80c7901a225fc17f3335939b2bf15bff.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/649a542f80c7901a225fc17f3335939b2bf15bff#python3Packages.dbt-adapters

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/2a7rn3ng7bcixn9f4cz2y978d03lgwf3-python3.12-dbt-adapters-1.14.8
ls -la /nix/store/2a7rn3ng7bcixn9f4cz2y978d03lgwf3-python3.12-dbt-adapters-1.14.8/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 12 packages built:
  • dbt (python312Packages.dbt-core)
  • dbt.dist (python312Packages.dbt-core.dist)
  • python312Packages.dbt-adapters
  • python312Packages.dbt-adapters.dist
  • python312Packages.dbt-bigquery
  • python312Packages.dbt-bigquery.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

Maintainer pings

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 3, 2025
@FliegendeWurst FliegendeWurst added the 8.has: package (update) This PR updates a package to a newer version label May 3, 2025
@wegank
Copy link
Member
wegank commented Jun 27, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 403842
Commit: 649a542f80c7901a225fc17f3335939b2bf15bff


x86_64-linux

✅ 14 packages built:
  • dbt
  • dbt.dist
  • python312Packages.dbt-adapters
  • python312Packages.dbt-adapters.dist
  • python312Packages.dbt-bigquery
  • python312Packages.dbt-bigquery.dist
  • python312Packages.dbt-core
  • python312Packages.dbt-core.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

@wegank wegank merged commit 79733ed into NixOS:master Jun 27, 2025
30 checks passed
@r-ryantm r-ryantm deleted the auto-update/python3Packages.dbt-adapters branch June 28, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: python Python is a high-level, general-purpose programming language. 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0