Connor Charles

Results 4 issues of Connor Charles

### Actual Behavior I am experimenting with using a base template for my conda packages and believe I have found an issue with how conda renders the Jinja2 templates when...

stale

# Description This PR integrates the parser [sqlglot](https://github.com/tobymao/sqlglot) into the dry runner to transform dbt models and insert select literals Using a parser could be quite risky because the dry...

#### Code Sample After some hypothesis testing on our codebase we noticed that pd.eval can cause a max recursion limit when run on an empty dataframe or an all NaN...

Bug
expressions

**Context** The dry runner does not evaluate whether post and pre hooks are valid syntax. Adding this should be fairly easy, we just need to load the pre and post...