dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.79k stars 1.48k forks source link

feat: allow passing config for dagster asset materialize cli #26069

Open jimmyshah opened 1 day ago

jimmyshah commented 1 day ago

Summary & Motivation

I was browsing the repo for good first issues as a new contributor, and found #16802 interesting. It looks like @sam-goodwin's PR #20979 is nearly complete, except for a change needed for one of the imports. I used that PR's solution, but also resolved the import issue.

How I Tested These Changes

I am currently running python -m pytest python_modules/dagster/dagster_tests to run the tests locally, though it is taking some time to complete. The tests appear to be passing so far!