Forum Discussion
cw88
2 years agoHelper IV
Create lakehouse tables with script
Hi, i use lakehouse tables as bronze layer, as destination for pipelines with source csv files. This lakehouse tables are the base for views in my warehouse. (create view warehouse.dbo.testview as ...
- 2 years ago
doens't work for you to run a notebook that creates tables?
%%sql CREATE TABLE mytable ( f1 INT, f2 VARCHAR(10) ) CREATE TABLE mytable2 ( f1 INT, f2 VARCHAR(10) ) CREATE TABLE mytable3 ( f1 INT, f2 VARCHAR(10) )
Anonymous
2 years agoNot applicable
R1k91 : It works for me! I need to change some data types (bit -> boolean, datetime2 -> timestamp).
Thanks!
- Anonymous2 years agoNot applicable
Hi cw88 , Anonymous
Glad to know that your query got resolved. Please continue using Fabric Community for your further queries.