Forum Discussion
Issue with Dataflow gen 2 -> Lakehouse - numeric fields missing
Hi,
I'm trying out the new fabric features for my org. I'm having issues with the following flow of data:
Synapse dedicated pool -> fabric dataflow gen 2 -> fabric lakehouse
I set up 10 queries in my data flow and I'm finding that some columns are just not loading into the datalake version of the table. The only pattern I can see is the columns that are missing are all either whole number or decimal number types
I noticed at first because my surrogate keys were mostly missing, then discovered that also some decimal fields were gone too
I've tried rebuilding the lakehouseand dataflow several times, deleting tables from the lakehouse and re-running the dataflow (the fact you can't add new columns in the dataflow and it be reflected in the lakehouse is frustrating), recreating the whole thing in a new workspace, checking the mappings in the data destination settings in the dataflow
Anyone else noticed something similar, or any way to surefire get all my columns into my lakehouse tables?
7 Replies
- kudzFrequent Visitor
I am having the same issue with fabric dataflow gen2; however a pipeline data copy brings in all the columns
- WomanToBlameAdvocate I
Also having the same issue with Dataflow Gen2 with ADLS Gen2 as the source and Data Lakehouse as the destination. Also seems to be with decimal fields. They appear in the dataflow configuration, but after publishing they are not in the lakehouse.
- kudzFrequent Visitor
After selecting the lakehouse do you see the destination settings as in the image below? My type for amount was retained in the lake house
- WomanToBlameAdvocate I
kudz - thank you for the reply. Yes, I do see that. All looks good until I click Publish. The resulting table does not include the field.
- kudzFrequent Visitor
Do you have a space in the column name, just curious
- WomanToBlameAdvocate I
Hi kudz ,
Sorry for the delay in replying. No space in the column, but what I didn't realize is that after I published the 2nd time, the table had failed. After successfully publishing, the integer and decimal columns are there. So confirming that, for whatever reason, you need to review the settings/mappings for those data types to publish.
Thank you for your help!