Netflix / metaflow

:rocket: Build and manage real-life ML, AI, and data science projects with ease!
https://metaflow.org
Apache License 2.0
7.79k stars 737 forks source link

Fix escape hatch to make __getattr__ behavior more standard #1883

Closed romain-intel closed 2 weeks ago

romain-intel commented 3 weeks ago

For returned exceptions, we now raise an AttributeError instead of a RuntimeError when an attribute is accessed. This allows things like getattr(obj, "foo", default) to work better.