dave-connors-3

Results 34 issues of dave-connors-3

resolves #160 ### Description Updates the incremental materialization to include user supplied `incremental_predicates` and passes that to the `dbt_spark_get_incremental_sql` macro. The changes to `dbt_spark_get_incremental_sql` are updated in [dbt-spark PR #436](https://github.com/dbt-labs/dbt-spark/pull/436)...

### Describe the feature Users should be able to supply incremental models with arbitrary predicates during the merge step to prevent unnecessary table scan for massive data sets. ### Describe...

enhancement

### Describe the feature In order to mirror the approach of dbt core as well as the rest of the package ecosystem, we should consider moving our test suite to...

enhancement

This is a: - [x] bug fix PR with no breaking changes - [ ] new functionality ## Link to Issue Closes #176 ## Description & motivation When parts of...

### Describe the feature Create a model that parses SQL using regex to identify raw table references in model code ### Who will this benefit? All y'all

enhancement

Why are we only excluding _models_ from the `dbt_project_evaluator` package? Shouldn't we exclude _everything_ in the package? _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/85#discussion_r859021318_

bug

As we've discussed, I think we should come back to this in a future issue -- I think if there's any way for us to avoid reducing our test coverage,...

enhancement

per @b-per 's question on #65 , should we treat this package as disabled by default, and allow end users to opt in to this package executing? This gets to...

We can exclude them for now, but it might be interesting to at least have a `fact` down the line that could list all the sources that have or don't...

resolves #5878 ### Description After some discussion with the great @b-per , the standard for shorthand command line flags is a dash followed by a single character, rather than multiple....

cla:yes