Robbert Hofman
Robbert Hofman
Hey @timothycrosley @samj1912 I just ran into https://github.com/cruft/cruft/issues/142 today. I wanted to check what the 4 failing checks were, but the CI logs have already been removed. Could you trigger...
I am experiencing the same with Athena Workgroups using the aws terraform provider. ``` │ Error: reading Athena WorkGroup (...): operation error Athena: GetWorkGroup, failed to get rate limit token,...
+ similar problems here https://github.com/aws/aws-sdk-go-v2/discussions/2104
I would gladly open a PR, but I'm afraid this requires a change at snowflake side too: In the lines below, a POST request is made: https://github.com/snowflakedb/snowflake-connector-python/blob/9b6b0a63887e472e7c05365e5db896bf4d818db1/src/snowflake/connector/auth/webbrowser.py#L388-L411 Where `body["data"]["BROWSER_MODE_REDIRECT_PORT"] =...
Hey @sfc-gh-aling , No, I'm really convinced there is no simple workaround except for modifying the server at Snowflake side to accept a parameter like `BROWSER_MODE_REDIRECT_HOST`. Even if we could...
This seems broader than controltower. I also have this for Athena: ``` │ Error: reading Athena WorkGroup (...): operation error Athena: GetWorkGroup, failed to get rate limit token, retry quota...
Hi, I just ran into this issue too while making dbt snapshots with 'check' strategy. While the problem likely wouldn't result in a failing system for us, it was confusing...
For me, it was a remote repository that had changed the name of the folder where the cookiecutter template resides. E.g. `[email protected]` with directory `dir_a` needed to be `dir_b` under...
I just tried making a dbt snapshot with a dbt-trino connector that eventually end up in iceberg files. Underlying, dbt snapshots use `current_timestamp`, so I also got the following error:...
I dove a bit deeper and had some additional issues with `current_timestamp`. When taking a snapshot, it would always put a wrong `updated_at` field in the snapshot table, always off...