python312Packages.dbt-snowflake: 1.9.0 -> 1.9.1
Diff: https://github.com/dbt-labs/dbt-snowflake/compare/refs/tags/v1.9.0...v1.9.1 Changelog: https://github.com/dbt-labs/dbt-snowflake/blob/v1.9.1/CHANGELOG.md
This commit is contained in:
@@ -4,23 +4,20 @@
|
||||
dbt-core,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
snowflake-connector-python,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-snowflake";
|
||||
version = "1.9.0";
|
||||
version = "1.9.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbt-labs";
|
||||
repo = "dbt-snowflake";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Oyh+f8IQrxWbMOwcZzoqkytVH2E5FVbCjEqXUtMxfsw=";
|
||||
hash = "sha256-oPzSdAQgb2fKES3YcSGYjILFqixxxjdLCNVytVPecTg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -36,11 +33,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "dbt.adapters.snowflake" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Plugin enabling dbt to work with Snowflake";
|
||||
homepage = "https://github.com/dbt-labs/dbt-snowflake";
|
||||
changelog = "https://github.com/dbt-labs/dbt-snowflake/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ tjni ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tjni ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user