Import Knowledge to the system
You can import knowledge into the system, in order to import knowledge, you can go to UI, find "Semantic Context", click "Import Knowledge". And select one or multiple files from your local computer.
The following file types are supported:
- xlsx
- xmla (PowerBI semantic layer dump)
- html
- any text-based files, such as markdown, txt, etc.
- zip file which include above items.
Once the import is completed, semantic statements will be automatically added to the system, there're two labels will be populated. job-id and file_name:
- job-id is the ID of the "import" job, so you can programatically get all the semantic statements from a certain import job.
- file_name is the name of the file which you imported (so it will be easy for admins to manage imported semantic statements).