Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 12:25 PM
Looks like Within Workiva Wdata we can use python. I think I can use below code snippet but it does not give table data, Can I know what changes need to be done to retrieve table data -
endpoint = f"https://adb-3007753333762912.12.azuredatabricks.net/api/2.1/unity-catalog/tables/catalog.schema.tabl..."
response = requests.get(endpoint, verify=False, headers=header)
what changes need to be done to retrieve table data