honnix
11/17/2022, 7:53 PMlog_data.metadata.cache = False
result = log_data(data="foo", storage_object_name="fizz", output_uri="<gs://buzz>")
It works but seems hacky.Jay Ganbat
11/18/2022, 12:23 AM@pytest.fixture(autouse=True)
def clear_local_cache() -> None:
LocalTaskCache.clear()
this should clear your local cahcehonnix
11/18/2022, 5:48 AM