Gary Kennedy

Results 10 comments of Gary Kennedy

What does this do to the comments/etc in the archive package? eg, are they stripped or left alone or ?? Currently I'm trying to do the same thing with [`yq`](https://github.com/mikefarah/yq)...

Can also confirm. jvm: 1.8.0_25 maven: 3.2.3 docker-maven-plugin: 0.13.6 docker-client: 1.7.1 docker-server: 1.8.2 I have: ``` latest ${project.version} ``` It removes the first (latest) but not the second (${project.version}) using...

Just hit this myself. I'm using Airbyte OSS version 0.50.40 and airbyte-api versions 0.44.2 0.44.3, and it looks like the `get_stream_properties` API endpoint is returning a list of `StreamProperties` instead...

Hi @csernazs, (Thanks for pytest-httpserver 👍) I found this looking for how to check for unused handlers, and `assert httpserver.ordered_handlers == []` and/or `assert httpserver.oneshot_handlers == []` does the job...

I'll point to re-using the RequestMatcher code. I hear you, in that the string representation could be overly long, but I think that's ok. I know that I'm using request...

Thanks @csernazs. You are awesome 👍

If variables are usable in dbt_project.yml then I would want a means to be able to externally access values after interpolation. ie, `dbt info --format json` (maybe also needing the...

Ping. My usual process is to try to type a kubectl command eg `kuget pods`, say "WTF!", break my flow, type `rm -f $(which kubectl.docker)`, type `ku`, verify that i...

Using dagster 1.11.14 and dagster_dbt 0.27.14 ; I am using python module components (ie, python modules under `/defs`). In the definitions of one module, I create a job (via `define_asset_job`)...