Michael
Michael
@pdelboca how did you redefine the function? I'm running into this issue and would like to implement.
Looks like this might be possible with dependabot + filtering for releases rc tag https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates
@aescay I'm not sure I follow what exactly this issue is about -- can you put more of the example use-case (re staging tables) in here so I can follow...
Got it -- so here we're generating the `SELECT col1, col2 ...` for the table that's selecting from a given source and then writing that into an appropriately-named file? I'm...
Sweet. I love these sorts of code gen tools. Hooking into the right adapters for this will be clutch so we can leverage dbt’s cross-database support. Assuming we can get...
I love this idea -- it looks like Snowflake has something like an `explain` as well. Not sure if there's an equivalent for big query. I think coming up with...
I have a slight preference for github actions over circle CI, but also circle CI seems to be working just fine so not sure if it's worth the extra lift....
@bastienboutonnet thanks for volunteering to help out! There isn't much logging setup in this library right now -- I think the easiest thing to do would be to install `dbt-helper`...
@markzolotoy yes, that is how open-source software works. I really don't want to get involved in a flame war but I feel someone needs to defend the maintainers here --...
WHOAH -- I will just add on that I found this _very_ confusing and have been spending a lot of hours trying to figure out why my cache hasn't been...