Doug Beatty

Results 626 comments of Doug Beatty

@graciegoheen how does this behave for you when you add it as a fixture? ```csv animal,legs duck,2 snake,null ``` Here's the error message I get when I use the project...

https://github.com/dbt-labs/dbt-snowflake/issues/894#issuecomment-1936133733 has the deep dive of casting `NULL` (without quotes) across all known standard data types for the following databases: - snowflake - bigquery - redshift - postgres - databricks...

Thanks for opening this @gwenwindflower ! Which adapter did you use? Could you provide a simple dbt python model that exhibits this issue? Was it dbt-snowflake with a model like...

@aranke could you share the details of your proposed approach for this scenario? If you can provide links to the relevant area(s) of the source code, that would be even...

> To me, the answer to both questions is Yes Agreed! 🚀 I've run into this same thing before (as recently as this past week), and the proposed behavior would...

### Show me Let's assume a model named `show_me.sql` and that [`jq`](https://jqlang.github.io/jq/download/) is already installed. `models/show_me.sql` ```sql {%- set noun = "money" -%} {%- set noun = "JSON" -%} select...

### Avoiding regressions We'd just want to make sure that [`--log-format` and `--log-format-file`](https://docs.getdbt.com/reference/global-configs/logs#log-formatting) still behave as desired. Namely, we don't want to introduce a regression related to the `--log-format*` flags...

I think we can separate these into two different issues, both of which we're interested in (in priority order): 1. There is stand-alone output (without other logs) when the `--quiet`...

For the [2nd item above](https://github.com/dbt-labs/dbt-core/issues/9840#issuecomment-2032739625), created https://github.com/dbt-labs/dbt-core/issues/9843 and labeled it for further refinement.

> Judging by what is noted in the [README](https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/artifacts/README.md#making-changes-to-dbtartifacts), about changing code of `dbt` artifacts, it should be acceptable to add the `artifact_minor_upgrade` tag to this PR, no? @slothkong Since...