Add body to PUT /fdas/{fdaId} so we can update information about the FDA before regenerating it.
The most performance heavy task is the regeneration of the parquet file, so if we already do that there's not much problem in updating the FDA information previously.
After the info update the regenereate will use the new information that may affect (baseQuery, objStg and refreshPolicy config...)
Add body to PUT /fdas/{fdaId} so we can update information about the FDA before regenerating it.
The most performance heavy task is the regeneration of the parquet file, so if we already do that there's not much problem in updating the FDA information previously.
After the info update the regenereate will use the new information that may affect (baseQuery, objStg and refreshPolicy config...)