Connor Charles

Results 8 comments of Connor Charles

I can give this a shot as I need this functionality on a service I am writing, specifically I need to be able to retry an expired job so I...

Thanks for the response. I did a bit of debugging in to why this is happening and the only thing I was able to find out is that the code...

In order to do partial jinja rendering I think you need to start using Jinja extensions. Where you can hook into the rendering process and decide to parse/render selectively. From...

Looks like it will work! Can you add a test to check the dry run schema is as expected when `partitions` is used? The test in [here](https://github.com/autotraderuk/dbt-dry-run/blob/main/dbt_dry_run/test/node_runner/test_source_runner.py) should be a...

Hey 👋 Thanks for raising an issue and PR! Am I understanding this correctly that the final schema of the table is the union of the columns defined in `partitions`...

Hey @KieranMul16, do you have an example of what you'd want the pre-commit hook to look like? Would you use one of the modified state selectors on dbt? It's an...

Closing as this is stale. Would still accept a fresh PR 👍

@dbeatty10 Would you accept a PR for this? Just got hit by this again. We had a dataset that had a default partition expiration of 7 days. Couldn't understand why...