Get object dependencies
hana_get_dependenciesTrace database object dependencies in SAP HANA, showing what it depends on and what depends on it, from the system catalog.
Instructions
Show what an object depends on or what depends on it, from SYS.OBJECT_DEPENDENCIES. Capped at 200 rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | base (what this depends on), dependent (what depends on this), both (default) | |
| object_name | Yes | Object name | |
| schema_name | No | Schema name (defaults to HANA_SCHEMA) |