Francis

Results 6 comments of Francis

@yxl1108 as far I know, you need to login with a SQL Account. AD Accounts, can only login to a SQL Server using _Trusted Connection_ when you had logged with...

I've one question... With support to `dbt 1.5.x`, will be possible to create [constraints ](https://docs.getdbt.com/reference/resource-properties/constraints#defining-constraints) at `table / incremental` materializations?

@klaerik this bug appears with any `date` or `datetime` `>= 2262/04/12` I'm using Polars, and I escaped it, by using **cx** `return_type = "arrow"` and them using [polars.from_arrow](https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.from_arrow.html)

Same problem here. But using **CTRL + Z** I could stop it. ```python user@MY-PC:~/polars_test$ python3 is450.py [2023-03-09T23:16:31Z ERROR r2d2] error connecting to server: Connection refused (os error 111) [2023-03-09T23:16:32Z ERROR...

My model content: ```py {{ dbt_utils.date_spine( datepart="day", start_date="cast('2020-01-01' as date)", end_date="cast('2020-01-31' as date)" ) }} ```

Hello guys! I can confirm that it still happens. My versions: dbt Power User v0.13.0 VS Code 1.78.2 dbt - installed: `1.4.6` - sqlserver: `1.4.3` - Up to date!