Andrew Ardill
Andrew Ardill
When browsing a game, when not logged in, there is a prompt to "log in to comment" but no text indicating that there are no comments yet. It might be...
When cloning the data files with git the line endings can be changed depending on git autocrlf settings. If there are any carriage returns the parsing fails, so we need...
I am automatically observing source assets (they are AssetSpecs using multi_observable_source_asset) to check if there are any updates in their data, creating `ObserveResult` with a `data_version` that changes when the...
nvarchar is not considered a string in the base adapter, nor in the fabric adapter. This leads to issues when dealing with nvarchar columns, such as in https://github.com/dbt-msft/dbt-sqlserver-utils/blob/master/macros/sql/union.sql In this...