dagster-io / dagster

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

[docs] - Add input_config_schema to the I/O manager documentation #8812

Open danielgafni opened 2 years ago

danielgafni commented 2 years ago

Summary

Add an example of input_config_schema to the I/O manager docs. This is currently only referenced in the unconnected inputs documentation; surfacing it in the I/O docs could be helpful.


What's the issue or suggestion?

The input_config_schema option doesn't get any attention at the IO Managers page.

https://docs.dagster.io/concepts/io-management/io-managers#providing-per-output-config-to-an-io-manager

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

erinkcochran87 commented 1 year ago

@jamiedemaria Thoughts on this guy?

jamiedemaria commented 1 year ago

i'm not sure this seems super necessary since it's not something we get a ton of questions on. TBH I'm not really sure what the per_input_config_schema does now that we're in Pythonic Resources land. I can play around with it a bit and see what we'd want to document if adding a section seems worthwhile