Results 10 issues of Dan Lawin

**Is your feature request related to a problem? Please describe.** I'd like to use the `--select state:modified` selector with datadiff **Describe the solution you'd like** Select the same models as...

enhancement
--dbt
stale_immune

**Describe the bug** When I run `data-diff ` with a dbt-core 1.4.X package installed, I see an exception To reproduce the issue: ``` ✗ pip install 'dbt-snowflake=1.4' ✗ dbt --version...

bug
--dbt
stale_immune

**Is your feature request related to a problem? Please describe.** When using `--dbt`, I'd like to be able to specify a profile to use for the prod side of the...

enhancement
--dbt
stale_immune

**Describe the bug** ``` models: - name: [..] description: [...] Columns: [...] tests: - unique: column_name: "id || another_id" ``` User reports these types of tests are not being detected...

bug
--dbt
stale_immune

Parse the setting here and utilize it when constructing comparison paths: https://docs.getdbt.com/reference/project-configs/quoting If I set that to true and use lowercase table names with Snowflake for example, none of my...

enhancement
--dbt
stale_immune

Having SQLite in addition to DuckDB would make it super easy to show off cross db diffing without any external dependencies cc: @dbeatty10

new-db-driver
non-dbt
stale_immune

**Describe the bug** I'm using the `--dbt` integration with BQ and a query like this is causing an integer overflow: ``` SELECT sum(`some_foreign_key_id`) AS `sum_some_foreign_key_id` , sum(`another_foreign_key_id`) AS `sum)another_foreign_key_id`, count(*)...

bug
--dbt
stale_immune

**Is your feature request related to a problem? Please describe.** If I am a Datafold customer using diffs in CI, I have the option to configure "slim diffs". Currently, these...

enhancement
--dbt
stale_immune

**Is your feature request related to a problem? Please describe.** When my snowflake session timeouts are set to a low value in my snowflake account, I use this parameter in...

enhancement
--dbt
stale_immune

### Describe the feature I would like to extend the dbt run command with an additional command (not just arguments) Example: `dbt run && data-diff --dbt` ### Describe alternatives you've...

enhancement
good first issue
help wanted