Daniël Heres
Daniël Heres
I agree - the type coercion should be a mandatory pass that is done after planning.
Great find and analysis @isidentical! I assumed it was already tracking the correct size of the reduced batch. Could you create a new issue for this "memory tracking bug"?
Similar to @andygrove the focus on sqlparser-rs is limited from my side - you van expect some occasional help with reviewing and merging open MRs whenever I have some spare...
It not necessarily uses credential files, but I believe you can also use environment variables (I switch profiles this way). https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html You can bind those, like: ``` export AWS_ACCESS_KEY_ID=... export...
I think this could use some docs on how to use it
> While I think environment variables would work as we execute each dbt rpc instance in its own process, it's a bit annoying to use for our implementation. We would...
I think for this to be correct we should switch to using a `decimal` type, as using floating point will result in small rounding errors, because parallel execution does not...
This is truly epic :tada: and a big milestone thanks for all involved!
FYI @waitingkuo
Thanks @retikulum for noticing