Michael The
Michael The
@vipulrai91 @hellowithchicken Thanks again for your efforts during the spring last Saturday! To summarize the sprint: - We set up a Snowflake account and learned the basics of Data Vault....
> Super nice! WDYT of merging those steps with the steps in `pypi-build-and-deploy`? Works for me!
This is also important for us, for exactly the same reasons as yours. We currently solve this using a custom materialization, but that comes with its own downsides of course....
@tconbeer Life can get busy which I totally understand. The reason the tests are failing is because `mistletoe` is not installed in the test workflows. Should I add it to...
Ah, I see now that, in the Github workflow, dependencies are installed with `poetry install --sync --no-interaction -E jinjafmt --only main,test`. I'll change this to also install `markdownfmt`. I also...
@tconbeer I think I fixed all issues, but with two notes: 1. `mypy` was giving some errors due importing `mistletoe`. - `mypy --disallow-any-unimported` will fail with the new `mistletoe` import....
Looks doable! I'm able to spend some time on this so I'll try to get a PR up sometime in the next two weeks.