Cody Scott
Cody Scott
Remove the tmp/ directory before pushing to deta. After a number of pushes i was hitting the following error ``` Deploying... Error: failed to deploy: Request entity too large Error:...
### Dagster version 1.7.1 ### What's the issue? Web UI and Daemon when running for a long period of time (months) without restarting, progressively uses additional memory until restarted. Example...
When calling `dbt debug` from windows using the following profile, the windows login defaults to the Fabric adapter implementation, which omits the port from the connection string. ```yml dbt_project: target:...
### What's the use case? Pressing the escape key when in the launchpad UI immediately closes and wipes the config. If anything has been typed in the launchpad it is...
Allow the creation of table based models to implement dynamic data masking within DBT. https://learn.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking?view=sql-server-ver16
Add index creation structure like dbt-postgres through an index configuration statement. https://docs.getdbt.com/reference/resource-configs/postgres-configs#indexes
Incremental materializations don't seem to be performing properly since 1.7. See thread https://github.com/dbt-msft/dbt-sqlserver/discussions/481
#### What language are you using? **Python** #### What version are you using? 0.4.2 #### What database are you using? MSSQL #### What dataframe are you using? Polars #### Can...
We have come across some tables that require a recursion limit of greater then 100, the SQL Server default. Proposing to add a config property to insert a variable max...