Schema Analysis Views
Views for analyzing attributes, polymorphic versions, and schema evolution.
VW_DATASOURCE_ATTRIBUTES
SELECT
attribute_path,
polymorphic_attribute_name,
source_data_type,
data_platform_data_type,
include_in_code_gen,
transformation_expression
FROM core.vw_datasource_attributes
WHERE datasource_id = 'your-datasource-id'
AND version_status = 'active'
ORDER BY attribute_path;VW_DATASOURCE_POLYMORPHIC_ATTRIBUTES
VW_DATASOURCE_ACTIVE_ATTRIBUTE_CATALOG
VW_DATASOURCE_ACTIVE_ATTRIBUTE_VERSION_CATALOG
Last updated
Was this helpful?