Alexey Semchenko
Alexey Semchenko
## Description In Slack notification from Cloud Hooks URL always like **http://localhost:4200** /default/flow-run/1c4340de-b1df-442d-832e-9d5687ce431b regardless of settings. ## Expected Behavior URL in notification like **http://:** ## Reproduction config.toml: ``` [server] host="http://myhost"...
Resolve #134 Thanks @mahazza for sharing this code!
https://docs.getdbt.com/docs/building-a-dbt-project/building-models/configuring-incremental-models#what-if-the-columns-of-my-incremental-model-change
Implementation of #163 - [x] clustered / nonclustered indexes - [x] row-store (b-tree) / columnstore indexes - [x] uniqueness (`UNIQUE`) for row-store indexes (clustered and nonclustered) - [x] nonclustered row-store...
Resolve https://github.com/dbt-msft/dbt-sqlserver/issues/134 Thanks @mahazza for sharing this code!