Anders
Anders
@csetzkorn can you triple backtick your code blocks like below (without the terminal slash I needed to make a meta-code block)? the `r` at the end of the first line...
closing as #195 would fix this and there is a current workaround to add the following to one's `dbt_project.yml` ``` tests: my_project_name: +as_columnstore: False ```
> i was looking for a 'timeout' to wait until a connection is established. @majidaldo can you tell me more about what you're looking for with a `timeout`?
> > > i was looking for a 'timeout' to wait until a connection is established. > > > > > > @majidaldo can you tell me more about what...
@yduan-polo I think you want to bring up your error as an [issue on the dbt-redshift adapter repo](https://github.com/dbt-labs/dbt-redshift/issues)!
> We've been encountering regular transient network issues as well which would be solved by a retry. Are there any plans to support this as a profile parameter (like in...
> Hi This is azure sql. are you using serverless Azure SQL that auto-pauses? while frustrating, this is behavior & message we expect to see. Normally, ~30-60s later the database...
this seems to be related to #219 this has to do with security default changes made with the release of MS ODBC Driver 18. [This doc](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/connection-string-keywords-and-data-source-names-dsns) has the info. In,...
TODO: add docs on securely connecting
thanks for the bug report @rezasoltanirezvandeh ! can you share what version of dbt-sqlserver you are using as well as what SQL Server product you are using? Cheers