Blog
Manual code block test

Manual code block test

Manual code block test

testing testing this is normal text that i'm dropping in

You can create rich, powerful abstractions for your team, or rely on a marketplace of components built by Dagster and our partners for the same quality of integrations you've come to expect, but with a simplified implementation. A built-in documentation feature allows you to easily document, browse, and understand components and their attributes to make developing easier.

```testing backticks```

type: dagster_dbt.DbtProjectComponent

attributes:
  project: "{{project_root}}//dbt/birddbt"
  translation:
    key: "{{node.name}}"

testing more copy

You can create rich, powerful abstractions for your team, or rely on a marketplace of components built by Dagster and our partners for the same quality of integrations you've come to expect, but with a simplified implementation. A built-in documentation feature allows you to easily document, browse, and understand components and their attributes to make developing easier.

@dg.asset(kinds=["python"], group_name="raw_data")
def checklist_2020(context: dg.AssetExecutionContext):
    extracted_names, elapsed_times = download_and_extract_data(
        context, constants.CHECKLIST_2020
    )
    return dg.MaterializeResult(
        metadata={
            "names": extracted_names,
            "num_files": len(extracted_names),
            "elapsed_time": elapsed_times,
        },
    )


@dg.asset(kinds=["python"], group_name="raw_data")
def checklist_2023(context: dg.AssetExecutionContext):
    extracted_names, elapsed_times = download_and_extract_data(
        context, constants.CHECKLIST_2023
    )
    return dg.MaterializeResult(
        metadata={
            "names": extracted_names,
            "num_files": len(extracted_names),
            "elapsed_time": elapsed_times,
        },
    )

More content

We're always happy to hear your feedback, so please reach out to us! If you have any questions, ask them in the Dagster community Slack (join here!) or start a Github discussion. If you run into any bugs, let us know with a Github issue. And if you're interested in working with us, check out our open roles!

Follow us:

Dagster Newsletter

Get updates delivered to your inbox

Latest writings

The latest news, technologies, and resources from our team.

Manual code block test

July 1, 2025

Manual code block test

Code Block Test 1

July 1, 2025

Code Block Test 1

Dagster Components

Dagster 1.8: Call Me Maybe

August 8, 2024

Dagster 1.8: Call Me Maybe

Ecosystem and integration improvements, data catalog improvements, new asset checks, new declarative automation, and more.