Documentation feedback: - <https://docs.dagster.io...
# dagster-feedback
m
Documentation feedback: • https://docs.dagster.io/_apidocs/libraries/dagster-snowflake#dagster_snowflake.build_snowflake_io_manager - the example refers to
snowflake_pandas_io_manager.configured(....
however
snowflake_pandas_io_manager
is not defined anywhere and seems confusing
🤖 1
t
Hi!
build_snowflake_io_manager
is deprecated as of 1.3 in exchange for
SnowflakeIOManager
. If you'd like more details about when and why this happened, here's a blog post about it https://dagster.io/blog/pythonic-config-and-resources
👍 1
m
Thanks Tim
j
as for the original docs q, that’s a typo, it should say
snowflake_io_manager
that is the result of the
build_snowflake_io_manager
call above. I’ll put in a fix
🙌 1