Open wsilveira-usp opened 7 months ago
Thanks for submitting this and the PR to fix! Unfortunately, this code is autogenerated and will be overwritten by the next SDK release. I'll submit a fix upstream to the underlying API spec so that this is fixed in this SDK and the others as well.
The issue was fixed in our upstream API definition. This will be released in this week's SDK release.
Ty, @mgyucht !
Description Databricks
/api/2.1/unity-catalog/tables/{full_name}
API actually returnsunction_name
for row_filters and notname
as described in the docs.Reproduction A minimal code sample demonstrating the bug.
Row Filter Function creation:
Table creation with Row Filter:
Fetch table's detail via SDK:
Note the Row filter function name is returned empty
Expected behavior
Row Filter function_name returnd not empty
Is it a regression? Don't have past information, but I believe it never worked.
PR Link PR 603