Hi,
I have a dataflow that works perfectly fine when triggered manually. When I switch the refresh setting to "Refresh automatically" I got following errors:
Missing source field cr2c4_zawartosc in the schema |
Missing source field cr2c4_zawartoscoczekiwana in the schema |
Missing source field cr2c4_zawartoscskorygowana in the schema |
That are three floating point number type columns in the table, which do exist in the table. I can see that the data is loaded correctly when I trigger manual refresh.
In order to solve this problem I have tried to:
1) load the data to a new table with the same columns - same issue
2) add new columns to existing table with decimal number data type instead of floating point number
3) change the precision of columns from 4 to default 2
4) recreate the dataflow from scratch
Unfortunately without success. Does anyone have an idea what to do with this issue?
Full error report attached.