Forum Discussion
Anonymous
2 years agoNot applicable
Ingesting on premise data with notebooks
Hi, I have an on premise database with a running PowerBI gateway and this is how we connected to these sources previously. Now, the requierement is that we would recreate our ETL process in Microsoft...
tmjones2
Helper I
2 years agoSo we have to manually create pipeline activities for each table we want? There's really no way to do it in code?
smeetsh
Continued Contributor
2 years agoCreate views on your on prem server, joining the tables you need, if there is a relation between then of course.
Next use a copy data action in a pipeline to call that view and ingest it into a lakehouse. Thats how we do it for multiple tables at my work.
I'm not realy sure where the advantage would be to do it with a notebook, since you would (depending on your database structure) have to either call multiple tables in a notebook, use multiple notebooks, or create a join between tables in a notebook.
Cheers
Hans