Forum Discussion

ollie_mills's avatar
ollie_mills
Helper I
4 years ago
Solved

Let users dynamically change database schema

I've been wracking my brains trying to think of the best solution here...   At my organisation we have identical SQL schemas for US and UK data (e.g, uk_view_name, us_view_name). We have several la...
  • StefanoGrimaldi's avatar
    4 years ago

    have yo utry dataflows? you could create a dataflow to model each one separated, and make tranformations to do a table matching format and them combine them in a new single dataflow that just append the table having a column that separates the UK vs US fact info and a global dim tables, them using users rules you can specify what data each user group have permits with the use of roles