Jake Beresford

Results 17 comments of Jake Beresford

For the snapshot use-case it's specifically `where dbt_valid_to is not null`. We also may want to filter out test data, where there is some internal business logic e.g. `some_column !=...

Hey Dylan, sure thing - here's one of the errors: ``` The Snowflake database encountered an error while running this query. SQL Syntax Error: SQL compilation error: error line 258...

I'm running into the same error with yarn when trying to build locally.

This would be a good improvement. Running the amd64 image on an M1 mac is noticeably slower because of emulation.

This is still an issue. We have changed our approach to building our own images, but I believe it should be fixed in the images provided by dbt.

This would be a solid improvement to our published docs! https://sphinxcontrib-napoleon.readthedocs.io/en/latest/ Seems pretty straightforward to set up with Napoleon

Neat idea, I especially like the ideas around palm new machine. However, there are some things we need to consider: - Running palm outside of an initialized git repo is...

I think you and I were having similar thoughts about this over the weekend. I just did a spike of how I think this should work - take a look...

I think we can achieve this with `click.make_pass_decorator(Environment)` - this documentation has an example: https://click.palletsprojects.com/en/8.0.x/complex/

I think this feature maps well to larger projects with multiple containers. I've used similar workflows when working with rails, for example. I definitely think we will want something like...