The Wayback Machine - https://web.archive.org/web/20220610170218/https://github.com/topics/palm
Skip to content
#

palm

Here are 34 public repositories matching this topic...

jakeberesford-palmetto
jakeberesford-palmetto commented Dec 2, 2021

Context
We use the click context heavily in palm commands since this is how we access the Environment for core functions like run_in_docker. The syntax is a little awkward as we have to access the Enviornment via ctx.obj, which is a click convention. We can improve the readability of our code by changing the implementation to use @pass_obj instead, and naming the first arg environment - t

enhancement good first issue
jakeberesford-palmetto
jakeberesford-palmetto commented Dec 9, 2021

Context
Our test coverage on this plugin is not great. It would be great to take the time to test as much of the code as we can.

Is your feature request related to a problem? Please describe.
No, this is an improvement that will help keep the codebase healthy in the long-run.

Describe the solution you'd like
Implement tests for the following (in loose priority order):

  • dbt_p
enhancement good first issue

Improve this page

Add a description, image, and links to the palm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the palm topic, visit your repo's landing page and select "manage topics."

Learn more