Open pauloeavf opened 4 months ago
I didn't expose XPress9 compress method, but it's there. Given that I've taken a few shortcuts in the deserialization process, running the flow in reverse is not straightforward. The rewiring would be more involved than that. The serialization of changes would affect a few layers:
It's all doable, with a few safeguard checkpoints. I assume no data needs to be refreshed and that a change in the pq connection string won't trigger credentials invalidation.
Apart from reporting pq queries to another source, which you can do through other means, would you happen to have any particular functional you're after?
Hi,
This is a fantastic library! Is there any way to make changes in the model (e.g. repointing power queries to a new server) and rewriting it to the DataModel file? I saw that your DLL file only has a decompress function, not a compress.
Thanks!