Pavel Grivachev

Results 17 comments of Pavel Grivachev

I have the same issue. The only difference I create cache on windows-latest and restore it on macos-latest. It stopped working today. Removing workaround didn't help.

Hey @thomasaarholt, thank you for the detailed description. We will consider adding this feature.

Hey @thomasaarholt! Do you use [User / Password + DUO MFA](https://docs.getdbt.com/docs/core/connect-data-platform/snowflake-setup#user--password--duo-mfa-authentication) authentication method and specify `authenticator: username_password_mfa` in your profiles.yml? The issue might be that we don't use the 'authenticator'...

@thomasaarholt We use the dbt CLI to run dbt commands. If you don't encounter any issues when running dbt in the terminal, we should also be fine running it from...

> Aii, I spoke to soon. I got one MFA request, accepted that one, wrote this message. Then I opened command + Tab'd back into VSCode, and I got another...

Hi @thomasaarholt! In `v0.33.2` I prevented concurrent connection attempts to Snowflake. Could you please check it on your side with MFA and let me know if this helps?

Hello @lukehalasy-anchorage, Thank you for this PR! I think you are on right way, but we should fill catalog with signature and return type. As I understand it takes 3...

@lukehalasy-anchorage thank you for this example! `signature` can help us specify types, but it is not a problem. The problem now is that we probably can't declare tvf without explicit...

We don't have a way to do this for now, but we have plans to support it. I will update this thread as soon as the task is implemented.

Hello @ajbosco, could you elaborate on your use case about overriding default project file locations?