rlshuhart
rlshuhart
This might be the most trivial pull request ever as it not impacting the execution of the code. However, when deconstructing the code to understand it this line caused a...
https://github.com/dbt-msft/dbt-sqlserver/blob/3d202ea4172e06233f654667ae92ab4851bcae88/dbt/include/sqlserver/macros/materializations/seeds/helpers.sql#L62-L63 Hi! I've noticed that in the above `cols_sql|length` is not actually returning the number of columns. I'm not entirely sure what number is returning, but it is a far...
Hi, I was having trouble adding an issue as a card on a project using `api.projects.create_card`. The below stack overflow described my situation exactly, so thanks to the author, and...
### What happened + What you expected to happen The var_coef matix on ARIMA fit is not always symmetrical. It appears to occur when order AR/p parameter >= 2, the...