dagster-insights


Namedagster-insights JSON
Version 0.0.20 PyPI version JSON
download
home_pageNone
SummaryLatest pre-release patches for dagster_cloud.dagster_insights.
upload_time2024-04-09 20:43:23
maintainerNone
docs_urlNone
authorDagster Labs
requires_pythonNone
licenseReleased under the same license as dagster-cloud: https://pypi.org/project/dagster-cloud/
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pre-release patches for dagster_insights

This package contains pre-release fixes and optimizations for the official `dagster_cloud.dagster_insights` module included in the [dagster-cloud](https://pypi.org/project/dagster-cloud/) package. To use the official version, run `pip install dagster-cloud` and import it as follows:

```
from dagster_cloud import dagster_insights
```

To enable the pre-release patches from this package, run `pip install dagster-insights` and import this module before importing `dagster_cloud.dagster_insights`:

```
import dagster_insights_prerelease  # Patches dagster_cloud.dagster_insights
from dagster_cloud import dagster_insights
```

This allows testing against a pre-release version of `dagster_insights` and provides a faster turnaround time for fixes and optimizations. All reliable fixes are eventually merged into `dagster_cloud.dagster_insights` and available in the official release.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dagster-insights",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Dagster Labs",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e6/49/7671f60870f05d3766bc326e66d25f6905aee50569bf0e2b2c4de042ca02/dagster-insights-0.0.20.tar.gz",
    "platform": null,
    "description": "# Pre-release patches for dagster_insights\n\nThis package contains pre-release fixes and optimizations for the official `dagster_cloud.dagster_insights` module included in the [dagster-cloud](https://pypi.org/project/dagster-cloud/) package. To use the official version, run `pip install dagster-cloud` and import it as follows:\n\n```\nfrom dagster_cloud import dagster_insights\n```\n\nTo enable the pre-release patches from this package, run `pip install dagster-insights` and import this module before importing `dagster_cloud.dagster_insights`:\n\n```\nimport dagster_insights_prerelease  # Patches dagster_cloud.dagster_insights\nfrom dagster_cloud import dagster_insights\n```\n\nThis allows testing against a pre-release version of `dagster_insights` and provides a faster turnaround time for fixes and optimizations. All reliable fixes are eventually merged into `dagster_cloud.dagster_insights` and available in the official release.\n",
    "bugtrack_url": null,
    "license": "Released under the same license as dagster-cloud: https://pypi.org/project/dagster-cloud/ ",
    "summary": "Latest pre-release patches for dagster_cloud.dagster_insights.",
    "version": "0.0.20",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a935bce40102194975249708e5070516e157f3189d40cf36a5573eca2c32bcf2",
                "md5": "4ca13ee48fab58bae9509d43eba9a164",
                "sha256": "66b9ad1a187a8912d057405bf19fc34b83cb15685635d80807716cbcfeb11ae0"
            },
            "downloads": -1,
            "filename": "dagster_insights-0.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ca13ee48fab58bae9509d43eba9a164",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24465,
            "upload_time": "2024-04-09T20:43:22",
            "upload_time_iso_8601": "2024-04-09T20:43:22.256783Z",
            "url": "https://files.pythonhosted.org/packages/a9/35/bce40102194975249708e5070516e157f3189d40cf36a5573eca2c32bcf2/dagster_insights-0.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6497671f60870f05d3766bc326e66d25f6905aee50569bf0e2b2c4de042ca02",
                "md5": "441eeb348c7baf2f4374ba426c2838a8",
                "sha256": "58943e231d64cfaa914f82aa85eba2cf00afe731c0cc9bedd88413eabbb37d63"
            },
            "downloads": -1,
            "filename": "dagster-insights-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "441eeb348c7baf2f4374ba426c2838a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17687,
            "upload_time": "2024-04-09T20:43:23",
            "upload_time_iso_8601": "2024-04-09T20:43:23.415025Z",
            "url": "https://files.pythonhosted.org/packages/e6/49/7671f60870f05d3766bc326e66d25f6905aee50569bf0e2b2c4de042ca02/dagster-insights-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 20:43:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dagster-insights"
}
        
Elapsed time: 0.22480s