feat(catalog): add limit parameter to search function and implement describe_catalog
- Add optional `limit` parameter to the `search` function in catalog.py - Implement new `describe_catalog` function to get column information of a catalog - Update unit tests to include the new parameter and test the new function - Minor formatting improvements in docstrings and test cases
Please register or sign in to comment