How are ' Views' represented in Collibra
Are Table Views entered into Collibra Similar to Tables or what are the best practices for this type of asset?
Former User
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
4 comments
Are Table Views entered into Collibra Similar to Tables or what are the best practices for this type of asset?
Former User
OP5 years ago · EditedThe Catalog ingestion for MS SQL Server uses the Table Type to denote if it is a view. Is Collibra planning to start using this “Database View” asset type instead for their ingestions?
arthurburkhardt
·5 years ago · EditedThere are multiple out of the box ways to support it, unfortunately.
The OOTB asset type 00000000-0000-0000-0000-000000031007 (Table) has a “Table type” attribute that flag views.
There is another OOTB asset type 00000000-0000-0000-0001-000400000009 (Database view), which is a subtype of the Table asset type
So take your pick, there are multiple ways to implement it.
Former User
OP5 years ago · EditedRonald,
Thank you very much for your response.
I will pass it along to my team.
Steve.
Ronald Schaareman
·5 years ago · EditedHi @steve.smith,
Not sure what Catalog or the data lineage solution will make of it as we are not using either (yet), but we have created a View asset type and a View Column asset type analogue to the Table and Table Column counterparts. The big difference is that on views we have a separate attribute to indicate how the view is derived from its counterparts.
Note that there are also out-of-the-box asset types for views (Tableau View and Database Views) but those did not suit our needs.
I can imagine there are other ways to do this, but I hope this gives you an idea.
Kind regards, Ronald