We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error comes up when using with snowflake: snowflakedb/snowflake-connector-python#1206
it is remedied by the simple line pip install typing-extensions>=4.3.0 , but dbt2looker depends on < 4.0.0.
dbt2looker 0.9.2 requires typing-extensions<4.0.0,>=3.10.0, but you have typing-extensions 4.3.0 which is incompatible.
The text was updated successfully, but these errors were encountered:
Closed in #74
Sorry, something went wrong.
No branches or pull requests
This error comes up when using with snowflake: snowflakedb/snowflake-connector-python#1206
it is remedied by the simple line pip install typing-extensions>=4.3.0 , but dbt2looker depends on < 4.0.0.
The text was updated successfully, but these errors were encountered: