Daniel Bartley
Daniel Bartley
:) yes please Thanks, Daniel ________________________________ From: Jeremy Cohen ***@***.***> Sent: Friday, September 16, 2022 8:27:13 PM To: dbt-labs/dbt-core ***@***.***> Cc: Daniel Bartley ***@***.***>; Mention ***@***.***> Subject: Re: [dbt-labs/dbt-core] [CT-377]...
My initial beef was annoyance at setting $DBT_PROFILES_DIR over and over. These days, I’m also using direnv to run `gcloud auth login …` so direnv is doing more than one...
Yes exactly. Currently, we purge bigquery, the arrange the environment with: * clone state:modified * clone + state:modified —resource-type table * clone + state:modified —resource-type incremental * run clone +state:modified...
We have found `--defer` to be buggy. It mostly works but when it stops most of the team is unsure how to debug it. I end up dropping everything else...
The developers/mgt has typically classed the test automation as broken when “It worked in dev”. The tough edges with the defer arguments have also been related to sources. We test...
+1 I imagine a flag in the destination config something like “parse_json” as a boolean with default false (backwards compat) and/or a path to a schema.json file for more complex...
👏 👏 Airflow has so many stylistic variations. Do you do mostly dynamic dags? The teams I've been on do a different pattern so I wouldn't benefit from that particular...
Does the > Anyone know where in the Ruff codebase I would check for unused functions? Not sure exactly where in `crates/ruff_linter/src/checkers/ast/analyze/` I would hook into, I originally thought in...
I get a similar error on different install process macos(x86): - install asdf (via git/zsh) - install python 3.10.8 (via asdf) and set local default - install pyflow via ```cargo...
Regarding the design, I would anticipate that the key diff vs dbt is state management. Dbt uses manifest.json, while sqlmesh writes to a `sqlmesh` schema in your data warehouse or...