Gordon Ball
Gordon Ball
- Adds version numbers to the platform specific issues page - Allows packages to compare versions across different architectures and mark results for an older version as obsolete (by graying...
## Problem Currently, the only options for determining where data ends up in S3 are to set `s3_staging_bucket` in the connection properties or set `external_location` on each model. The `s3_staging_bucket`...
## What I expected to happen: With `aws_profile_name` in my DBT profile, all connections to AWS would use the specified SSO credentials (assuming I have the necessary permissions). ## What...
This is a (minimal) fix for #55 - direct construction of `boto3.{Client,Resource}` is replaced by constructing a `boto3.session.Session` (passing both `region_name` and `aws_profile_name` from the credentials, so they'll be used...
The public API for libxeus includes references to `nlohmann::json` (for instance, https://github.com/jupyter-xeus/xeus/blob/ebd21e9e7cfe143b4d0a6783112cc9006b456915/include/xeus/xdebugger.hpp#L55-L60) This means that the effective ABI of libxeus is tied to the exact expansion of that template. We...
(This one is perhaps a bit more speculative). For the purposes of providing a cross-language test mechanism, this avoids the need to write the python/unittest around what is otherwise a...