I have been using RAW tables and creating a final table out. After creating a transformation, I could see the number of rows as ~8000 but that's a wrong number. After changing the transformation a bit, now I got the correct number post running the transformation which is around 4000 but the final RAW table isn't changing.
I could see that the table isn't being overridden with the new data. Can anyone explain me why?
Thanks in advance!
Best answer by JaimeSilva
Hi! some reasons why you could see this are:
you could be seeing a 4000 rows read metric, and no write metric. Maybe your query could be reading the expected amount of rows, but none is fulfilling the WHERE condition, so they are all discarded, if not a single row is written, the write metric is not present.
you could be writing to the wrong table. Double check your transformation destination, and see that it coincides with the table you are checking.
you could be writing to the wrong project. If you have access to more than one project, and you set your transformation credentials manually, it’s possible that you entered the wrong credentials, and are writing to another project than the one you are logged in on Fusion.
If you provide us with some more details of your transformation (a sanitized version of the query, for example), we’ll be happy to help you further.
you could be seeing a 4000 rows read metric, and no write metric. Maybe your query could be reading the expected amount of rows, but none is fulfilling the WHERE condition, so they are all discarded, if not a single row is written, the write metric is not present.
you could be writing to the wrong table. Double check your transformation destination, and see that it coincides with the table you are checking.
you could be writing to the wrong project. If you have access to more than one project, and you set your transformation credentials manually, it’s possible that you entered the wrong credentials, and are writing to another project than the one you are logged in on Fusion.
If you provide us with some more details of your transformation (a sanitized version of the query, for example), we’ll be happy to help you further.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.