Loading pkgs/development/python-modules/dbt-core/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , click , colorama , dbt-extractor , dbt-semantic-interfaces , hologram , idna , isodate Loading Loading @@ -60,6 +61,7 @@ buildPythonPackage rec { click colorama dbt-extractor dbt-semantic-interfaces hologram idna isodate Loading pkgs/development/python-modules/dbt-semantic-interfaces/default.nix 0 → 100644 +62 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , click , dateutils , hatchling , importlib-metadata , jinja2 , jsonschema , more-itertools , pydantic , pyyaml , typing-extensions , hypothesis }: buildPythonPackage rec { pname = "dbt-semantic-interfaces"; version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "dbt-labs"; repo = pname; rev = "v${version}"; hash = "sha256-pnhmfj349uMjSsmdr53dY1Xur6huRKHiXWI7DXYK1gE="; }; propagatedBuildInputs = [ click dateutils importlib-metadata jinja2 jsonschema more-itertools pydantic pyyaml typing-extensions ]; nativeBuildInputs = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook hypothesis ]; pythonImportsCheck = [ "dbt_semantic_interfaces" ]; meta = with lib; { changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; description = "shared interfaces used by dbt-core and MetricFlow projects"; homepage = "https://github.com/dbt-labs/dbt-semantic-interfaces"; license = licenses.asl20; maintainers = with maintainers; [ pbsds ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2634,6 +2634,8 @@ self: super: with self; { dbt-redshift = callPackage ../development/python-modules/dbt-redshift { }; dbt-semantic-interfaces = callPackage ../development/python-modules/dbt-semantic-interfaces { }; dbt-snowflake = callPackage ../development/python-modules/dbt-snowflake { }; dbus-client-gen = callPackage ../development/python-modules/dbus-client-gen { }; Loading Loading
pkgs/development/python-modules/dbt-core/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , click , colorama , dbt-extractor , dbt-semantic-interfaces , hologram , idna , isodate Loading Loading @@ -60,6 +61,7 @@ buildPythonPackage rec { click colorama dbt-extractor dbt-semantic-interfaces hologram idna isodate Loading
pkgs/development/python-modules/dbt-semantic-interfaces/default.nix 0 → 100644 +62 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , click , dateutils , hatchling , importlib-metadata , jinja2 , jsonschema , more-itertools , pydantic , pyyaml , typing-extensions , hypothesis }: buildPythonPackage rec { pname = "dbt-semantic-interfaces"; version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "dbt-labs"; repo = pname; rev = "v${version}"; hash = "sha256-pnhmfj349uMjSsmdr53dY1Xur6huRKHiXWI7DXYK1gE="; }; propagatedBuildInputs = [ click dateutils importlib-metadata jinja2 jsonschema more-itertools pydantic pyyaml typing-extensions ]; nativeBuildInputs = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook hypothesis ]; pythonImportsCheck = [ "dbt_semantic_interfaces" ]; meta = with lib; { changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; description = "shared interfaces used by dbt-core and MetricFlow projects"; homepage = "https://github.com/dbt-labs/dbt-semantic-interfaces"; license = licenses.asl20; maintainers = with maintainers; [ pbsds ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2634,6 +2634,8 @@ self: super: with self; { dbt-redshift = callPackage ../development/python-modules/dbt-redshift { }; dbt-semantic-interfaces = callPackage ../development/python-modules/dbt-semantic-interfaces { }; dbt-snowflake = callPackage ../development/python-modules/dbt-snowflake { }; dbus-client-gen = callPackage ../development/python-modules/dbus-client-gen { }; Loading