Myles Steinhauser
Myles Steinhauser
@iamhopaul123 If this is still a feature being scoped and needs a customer use case / design partner, my team would be happy to engage. We're just starting out with...
@iamhopaul123 Great question! In our case, we require #3 [Import] due to our multiple-services per-client dedicated stacks. The option #1 [Dedicated] would work well for other teams I have been...
I can confirm @davidsteed is correct, and I am also currently struggling with the `make generate` functionality. I'll submit a PR (also) if I can get this working and passing...
I just got this working locally with all tests passing, PR incoming. The root of the issue occurs when running `make generate` with the `vendor/` directory still existing. Once the...
THANK YOU! Even without a formal release, this is a really big feature for us to carry only a custom binary instead of a custom fork + custom binary. I'll...
My team is experiencing the same issue with AWS SSO, only the local-container-endpoints process cannot parse the profile correctly with the `sso_*` configuration options, but it works correctly when we...
After recompiling with Debug logging enabled, we never get past [this point in the temp credential processing](https://github.com/awslabs/amazon-ecs-local-container-endpoints/blob/4fa3c293fca58bb765d7d67e67a366066a131a97/local-container-endpoints/handlers/credentials_handler.go#L222). I'll be digging deeper to understand how the internal session is being configured...
@paulorijnberg Could you try re-using the same `.sqlfluff` config file but with the following change? From: ``` [sqlfluff:templater:jinja:context] ``` To: ``` [sqlfluff:templater:dbt:context] ``` I believe that you might have a...
I'm still AFK, but I have a fully working nested variable configuration I can share tomorrow. It was difficult to get working since there were no documented examples or tests,...
Firstly, sincere apologies for the delay! I actually had forgotten about this project as we got stuck needing to upgrade to DBT 1.2.0 before we could integrate sqlfluff into our...