Francis
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!
+1 for this. I'd used in past, ARS Clip, and it has this kind of functionality. http://www.joejoesoft.com/caps/ac/p_sim.gif But Ditto in general, is a better clipboard manager, I only missed this...
Issue related with #441
> Came in here from google. We're experiencing the same issue, dreadfully slow performance in dbt, We're on sql server 2019 and dbt 1.4.6 (since dbt-sqlserver isn't 1.5 yet). adding...
Same issue here ! @anandgupta42 version 0.40.3 fix preview query execution (Ctrl + Enter)... but **Compiled dbt Preview** (Ctrl + ~) stills broken. Downgrade to 0.39.20 fixes both.