When using custom classes that subclass pathlib.PosixPath, Airflow 3's new SDK templating system calls .resolve(context) on these objects when rendering templates. If the subclass doesn't override ...