Fredrik Vraalsen

Results 13 comments of Fredrik Vraalsen

I get a 404 when trying to look up the table with the lowercase ID: ``` curl -i http://localhost:8585/api/v1/tables/name/Warehouse_Dev.raw_dev.fisk_cloudsql_public.ost HTTP/1.1 404 Not Found Date: Thu, 22 Sep 2022 07:50:19 GMT...

We're seeing similar issues with L001 in SQLFluff 1.3.1 where space between the SQL keyword (`when`) and the Jinja macro is removed, and also a line which starts with a...

Hi Lars Marius! We've started using JSLT in our data platform project for the City of Oslo, of course :-) We're planning to use it for transforming JSON event data,...

I tried modifying / adding to the test `test_profile_secret_env_vars` ([link](https://github.com/dbt-labs/dbt-core/blob/main/tests/functional/partial_parsing/test_pp_vars.py#L353-L399)), but I'm not sure the test works as expected 🤔 I added some debug-output of the connection info from the...

I modified the test class `TestProfileSecretEnvVars` to work more like `TestProfileEnvVars` in the same file, making the `dbt_profile_target` method a fixture (not a property) and adding an `environment` fixture. Now...

Actually, the test fails before getting to the partial parsing logic, since now it's not able to connect to Postgres with the `fake_user` 😅 **Edit:** Fixed this by setting the...

Any ideas or pointers on how to go about fixing this issue? Should it fetch the connection info values from somewhere else that handles masking of the secret env vars?...

Thanks for the detailed answer @dbeatty10! This currently affects both our production environment and CI/CD jobs (and to some degree dev environments). We have a setup with a single dbt...

(Re-)made a PR to fix the slow full parses: https://github.com/dbt-labs/dbt-common/pull/189 So if that gets merged and released we should no longer have need for the workarounds described above to avoid...

Is there any progress on this issue? Our dbt docs are about 1M and full project parse (`dbt parse --no-partial-parse`) takes about 2-3 minutes on M1 Mac.