Schema Summary Views
Views for data source overview, scan history, configurations, and billing information.
VW_DATASOURCES
SELECT
datasource_name,
data_format,
last_scan,
attribute_count,
polymorphic_attribute_count,
product_tier_attribute_metadata_management,
product_tier_sql_code_generation
FROM core.vw_datasources
WHERE datasource_status = 'active'
ORDER BY datasource_name;VW_DATASOURCE_SCANS
VW_DATASOURCE_SCANS_IN_PROCESS
VW_DATASOURCE_SCAN_CONFIGURATIONS
VW_DATASOURCE_SCAN_ERRORS
VW_DATASOURCE_SCAN_PROCEDURE_CALLS
VW_DATASOURCE_SCAN_COMPUTE_RESOURCE_USE
VW_DATASOURCE_BILLING_EVENTS
VW_DATASOURCE_PRODUCT_TIER_AUDIT_LOG
Last updated
Was this helpful?