Anders
                                            Anders
                                        
                                    We've just published the release cut of dbt-core 1.2.0, `dbt-core 1.2.0rc1` ([PyPI](https://pypi.org/project/dbt-core/1.2.0rc1/) | [GitHub release notes](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0rc1)). https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping...
In reviewing #4, I echo @comaraDOTcom's sentiment when they say they'd be "more inclined to use the output of the macro as a CTE and select a subset of cols...
I'm working to make the `one_hot_encoder` macro compatible with Azure SQL and Azure Synapse. The compiler is having takes issue with line 93 because there is no boolean datatype in...
[This doc here](https://azure.github.io/azureml-sdk-for-r/reference/r_environment.html) says the latest version of R supported, is `3.6.0` is this true? @ninghu @sdgilley. My gut tells me this is a typo... https://github.com/Azure/azureml-sdk-for-r/blob/67921696803007e06564c429c4d27d93092cefee/man/r_environment.Rd#L108
The [Available Adapters](https://docs.getdbt.com/docs/available-adapters) page is one of the dbt community's most-visited docs pages. It would be of great benefit for first-time visitors to the dbt docs to see: 1. that...
We've just published the release cut of dbt-core 1.2.0, `dbt-core 1.2.0rc1` ([PyPI](https://pypi.org/project/dbt-core/1.2.0rc1/) | [GitHub release notes](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0rc1)). https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping...
see [Ignore commits in blame view](https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view) this will be helpful for ignoring formatting changes like in #228
make a template that at minimum requires that users share: - their `dbt-sqlserver` version, - the database product they are using (e.g. SQL Server 2012, Azure SQL) - the relevant...
## changes - implements a `relation.py` which sets the relation: - quoting policy to both: - use `"` to quote relation parts, and - inclusion policy to never include the...
copy the implementation introduced for dbt-postgres in https://github.com/dbt-labs/dbt/pull/3106/