Canvas Data 2 - Get Row Count in a Table without fetching all the data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024
11:12 AM
When using CD2, is there a way to retrieve the total rows in a specific CD2 table? I am using CD2 to load data in a visualization tool. After pulling data using a full snapshot, i periodically pull incremental snapshot for changes
I also collect quality metrics like row count. Since the incremental snapshots only provide upserts, it is hard for me to keep track of total row count at any given point in time.
Is there a 'metadata' only API in CD2 that allows me to pull some retrieve table specfic metadata?
Thanks