Forum Discussion
Kostas
1 year agoHelper IV
Gen2 Dataflow & Datalake Schemas Issue
Hello, I am trying to bring multiple excel files or SP lists within the Power BI service and load them within the DataLake. To achieve that, I am using the DataFlow Gen2 connector for each exc...
biedw
1 year agoRegular Visitor
I am also getting the same "value does not support versioning" error. It appears in my case to be due to using a Lakehouse table with a schema as the destination in a DataFlow Gen2. If I change the destination to use a table in the [dbo] schema the DataFlow works.
I guess, this is the fun part of using preview features 🙂
- Imjkrao1 year agoAdvocate I
I did try this. same issue even now.
I had created a lakehouse with schema support, the created custom schema and created tables and set those table as destination on the DFgen2 and i get the error : "value does not support versioning" error.
But when I change the destination to dbo schema, everything works fine.
I'm not sure if there is any open ticket for this.