dagster-polars


Namedagster-polars JSON
Version 0.27.6 PyPI version JSON
download
home_pageNone
SummaryDagster integration library for Polars
upload_time2025-08-18 14:40:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dagster-polars

This library provides [Dagster](https://dagster.io/) integration with [Polars](https://pola.rs).
It allows using Polars DataFrames as inputs and outputs with Dagster's `@asset` and `@op`.
Type annotations are used to control whether to load an eager or lazy DataFrame, or other types supported by `dagster-polars`.
Multiple serialization formats (Parquet, Delta Lake, BigQuery) and filesystems (local, S3, GCS, ...) are supported.

The docs for `dagster-polars ` can be found
[here](https://docs.dagster.io/api/python-api/libraries/dagster-polars).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dagster-polars",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Daniel Gafni <danielgafni16@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/e3/27534b287a622a93886e2c84b433a893e0bc23e19aab3d62e40158353e27/dagster_polars-0.27.6.tar.gz",
    "platform": null,
    "description": "# dagster-polars\n\nThis library provides [Dagster](https://dagster.io/) integration with [Polars](https://pola.rs).\nIt allows using Polars DataFrames as inputs and outputs with Dagster's `@asset` and `@op`.\nType annotations are used to control whether to load an eager or lazy DataFrame, or other types supported by `dagster-polars`.\nMultiple serialization formats (Parquet, Delta Lake, BigQuery) and filesystems (local, S3, GCS, ...) are supported.\n\nThe docs for `dagster-polars ` can be found\n[here](https://docs.dagster.io/api/python-api/libraries/dagster-polars).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dagster integration library for Polars",
    "version": "0.27.6",
    "project_urls": {
        "Repository": "https://github.com/dagster-io/community-integrations/tree/main/libraries/dagster-polars"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3317231bcef3007880997af82be44b40a05e82bbd3f618fafa71976da01700c2",
                "md5": "abbbab20a156502b990bb1097cc660b7",
                "sha256": "635106967f077e2896eca5b32cfbdc96301564085ac33529df97f6e9fd9df379"
            },
            "downloads": -1,
            "filename": "dagster_polars-0.27.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abbbab20a156502b990bb1097cc660b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 22714,
            "upload_time": "2025-08-18T14:40:49",
            "upload_time_iso_8601": "2025-08-18T14:40:49.483449Z",
            "url": "https://files.pythonhosted.org/packages/33/17/231bcef3007880997af82be44b40a05e82bbd3f618fafa71976da01700c2/dagster_polars-0.27.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ee327534b287a622a93886e2c84b433a893e0bc23e19aab3d62e40158353e27",
                "md5": "d907b09b34837358ab1d1667af1d7d82",
                "sha256": "7bd9a47b2bc5b33274669b1600e01470e92d8d76a031cfbc6e762398db11b35b"
            },
            "downloads": -1,
            "filename": "dagster_polars-0.27.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d907b09b34837358ab1d1667af1d7d82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18276,
            "upload_time": "2025-08-18T14:40:50",
            "upload_time_iso_8601": "2025-08-18T14:40:50.509371Z",
            "url": "https://files.pythonhosted.org/packages/0e/e3/27534b287a622a93886e2c84b433a893e0bc23e19aab3d62e40158353e27/dagster_polars-0.27.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-18 14:40:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dagster-io",
    "github_project": "community-integrations",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dagster-polars"
}
        
Elapsed time: 2.45722s