{"id":49885849,"url":"https://github.com/meyer1994/minidagster","last_synced_at":"2026-05-15T18:15:14.355Z","repository":{"id":190482777,"uuid":"682703103","full_name":"meyer1994/minidagster","owner":"meyer1994","description":"Repo with examples for dagster patterns","archived":false,"fork":false,"pushed_at":"2024-05-28T22:37:22.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-29T13:28:06.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meyer1994.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-24T18:36:05.000Z","updated_at":"2024-05-28T22:37:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a593cb1-a779-438d-91d0-50b7c24187d5","html_url":"https://github.com/meyer1994/minidagster","commit_stats":null,"previous_names":["meyer1994/minidagster"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meyer1994/minidagster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fminidagster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fminidagster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fminidagster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fminidagster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meyer1994","download_url":"https://codeload.github.com/meyer1994/minidagster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fminidagster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-15T18:15:13.533Z","updated_at":"2026-05-15T18:15:14.349Z","avatar_url":"https://github.com/meyer1994.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minidagster\n\nThis is a [Dagster](https://dagster.io/) project scaffolded with [`dagster project scaffold`](https://docs.dagster.io/getting-started/create-new-project).\n\n## Getting started\n\nFirst, install your Dagster code location as a Python package. By using the --editable flag, pip will install your Python package in [\"editable mode\"](https://pip.pypa.io/en/latest/topics/local-project-installs/#editable-installs) so that as you develop, local code changes will automatically apply.\n\n```bash\npip install -e \".[dev]\"\n```\n\nThen, start the Dagster UI web server:\n\n```bash\ndagster dev\n```\n\n## Info\n\n### Linear with partitions\n\nLinear graph of assets where every asset has the same partition definition.\n\n```mermaid\nflowchart LR\n    Download --\u003e Parse --\u003e Index\n```\n\n- What happens when I materialize partition `X` of the `Download` asset?\n  1. Partition `X` of `Download` will materialize\n  1. Partition `X` of `Parse` will materialize\n  1. Partition `X` of `Index` will materialize\n- What happens when I materialize partition `X` of the `Parse` asset? Or any\nother asset in the middle of the graph.\n  1. Partition `X` of `Parse` will materialize\n  1. Partition `X` of `Index` will materialize\n\n\n### Linear without partitions\n\nLinear graph of assets where every asset doesn't have any partition definition.\n\n```mermaid\nflowchart LR\n    Download --\u003e Parse --\u003e Index\n```\n\n- What happens when I materialize the `Download` asset?\n  1. `Download` will materialize\n  1. `Parse` will materialize\n  1. `Index` will materialize\n- What happens when I materialize the `Parse` asset? Or any other asset in the \nmiddle of the graph.\n  1. `Parse` will materialize\n  1. `Index` will materialize\n\n\n### Parent with partitions\n\nLinear graph of assets where the parent asset has partitions but the child\nasset does not.\n\n```mermaid\nflowchart LR\n    Download --\u003e Parse\n```\n\nWe need to do some work to make this work.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fminidagster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeyer1994%2Fminidagster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fminidagster/lists"}