costructuralist
costructuralist
I'm using stack, and adding `-optl-mconsole` and `-optl-mwindows` to `ghc-options` for the executable in the package.yaml file worked, but only after deleting the `.stack-work` directory in the project's root. My...
@flunardelli I'm getting the same error, with dbt-core 1.4.6 and dbt-sqlserver 1.4.3 after running `dbt build` twice: ``` When searching for a relation, dbt found an approximate match. Instead of...
Hi @flunardelli, thanks for the quick reply. My dbt_project.yml does not contain a custom "models" section. The issue was more innocent: the name of the database is actually `STAGING`, not...
It is being used very simplistically in my code currently: `foreign import clientToSvgCoordinates :: forall e. Web.HTML.Window.Window -> String -> Number -> Number -> Position` and then in `eval`: ```...