What's the best solution to update a dataflow
Hi there,
I wonder what's the best solution to update a dataflow, here is the background: We have a existing dataflow, which will ingest data every day, and there are mapping, dataset, schema associate with this dataflow.
If we need to add a new field to the schema, and would like to use this dataflow as well, what changes we need to make? Please correct me if I'm wrong:
1. Update the schema with new field
2. Update the mapping with new field
After I finish the changes above, the dataflow didn't ingest the new field, and when I query the dataset, no new field either. Do I miss something? Or in this case, I can only setup a new dataflow, mapping, dataset, etc,.
Thanks