ray-project / deltacat

A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
Apache License 2.0
162 stars 23 forks source link

Look for deltacat storage in both args and kwargs #328

Closed raghumdani closed 4 months ago

raghumdani commented 4 months ago

Earlier we were only looking for deltacat storage in args and top level keys in kwargs. However, there are cases when we have to extract values of kwargs and look for deltacat storage inside them to categorize error correctly.