Forum Discussion
jackcapel
1 year agoFrequent Visitor
MashupException.Error: The value does not support versioning
Hi folks, Hoping someone can help me. I am having my dataflows fail with the above message: MashupException.Error: The value does not support versioning I cant see any reference to this particul...
DCELL
1 year agoResolver I
I have the same issue, and I don't see this mentioned on the Fabric Known Issues list. Anonymous can you help?
Steps followed: Check source table schema, create destination table schema, copy data.
Fast copy and staging are disabled in the power query settings.
1. Check source table schema using Table.Schema()
2. Create a table which has the same table schema. Note I specify the database schema: bronze, not dbo
%%sql
CREATE TABLE lakehouse.bronze.table(
objecttypecode STRING,
useradditionalinfo STRING,
additionalinfo STRING,
createdon TIMESTAMP,
attributemask STRING,
auditid STRING,
_userid_value STRING,
versionnumber BIGINT,
changedata STRING,
_regardingobjectid_value STRING,
transactionid STRING,
timetoliveinseconds INT,
operation INT,
action INT,
_objectid_value STRING,
_callinguserid_value STRING
)
USING DELTA3. Attempt to run the dataflow. Source and destination mapping shown below
Outcome: fail