Skip to content

python312Packages.dbt-common: fix build; 1.22.0 -> 1.23.0-unstable-2025-04-21; enable tests#404807

Merged
pbsds merged 5 commits intoNixOS:masterfrom
booxter:dbt-common
May 8, 2025
Merged

python312Packages.dbt-common: fix build; 1.22.0 -> 1.23.0-unstable-2025-04-21; enable tests#404807
pbsds merged 5 commits intoNixOS:masterfrom
booxter:dbt-common

Conversation

@booxter
Copy link
Copy Markdown
Contributor

@booxter booxter commented May 7, 2025

Signed-off-by: Ihar Hrachyshka ihar.hrachyshka@gmail.com

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions Bot added the 6.topic: python Python is a high-level, general-purpose programming language. label May 7, 2025
@booxter booxter added the 0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign label May 7, 2025
@github-actions github-actions Bot added 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 7, 2025
@booxter
Copy link
Copy Markdown
Contributor Author

booxter commented May 7, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 404807


x86_64-linux

❌ 12 packages failed to build:
  • 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
✅ 2 packages built:
  • python312Packages.dbt-common
  • python312Packages.dbt-common.dist

aarch64-linux

❌ 12 packages failed to build:
  • 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
✅ 2 packages built:
  • python312Packages.dbt-common
  • python312Packages.dbt-common.dist

x86_64-darwin

❌ 12 packages failed to build:
  • 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
✅ 2 packages built:
  • python312Packages.dbt-common
  • python312Packages.dbt-common.dist

aarch64-darwin

❌ 12 packages failed to build:
  • 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
✅ 2 packages built:
  • python312Packages.dbt-common
  • python312Packages.dbt-common.dist

@booxter booxter marked this pull request as draft May 7, 2025 02:00
booxter added 4 commits May 6, 2025 22:07
Upstream requires protobuf<6 but we would have to downgrade protobuf for
half the python world to satisfy this requirement.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Switch to github archive to have access to tests.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
@booxter booxter changed the title python312Packages.dbt-common: use protobuf5 to satisfy upstream deps python312Packages.dbt-common: fix build; 1.2.2 -> 1.2.3-unstable-2025-04-21; enable tests May 7, 2025
@booxter booxter changed the title python312Packages.dbt-common: fix build; 1.2.2 -> 1.2.3-unstable-2025-04-21; enable tests python312Packages.dbt-common: fix build; 1.22.0 -> 1.23.0-unstable-2025-04-21; enable tests May 7, 2025
@booxter booxter marked this pull request as ready for review May 7, 2025 02:27
@booxter
Copy link
Copy Markdown
Contributor Author

booxter commented May 7, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 404807


x86_64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

x86_64-darwin

❌ 14 packages failed to build:
  • 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-darwin

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

@booxter
Copy link
Copy Markdown
Contributor Author

booxter commented May 7, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 404807


x86_64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

x86_64-darwin

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-darwin

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
@booxter
Copy link
Copy Markdown
Contributor Author

booxter commented May 7, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 404807


x86_64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-linux

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

x86_64-darwin

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

aarch64-darwin

✅ 14 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-common
  • python312Packages.dbt-common.dist
  • python312Packages.dbt-postgres
  • python312Packages.dbt-postgres.dist
  • python312Packages.dbt-redshift
  • python312Packages.dbt-redshift.dist
  • python312Packages.dbt-snowflake
  • python312Packages.dbt-snowflake.dist

@pbsds pbsds merged commit cd9e846 into NixOS:master May 8, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants