Julien Dorothy

Results 11 issues of Julien Dorothy

I realize this is a non-issue compared to the decentralization problem, but this might be a good base to work with for the marketplace/frontend itself: https://github.com/Bit-Wasp/BitWasp

``` extractors: - name: tap-example select: - '*.*' - '!stream.metadata_*' - 'stream.metadata_parameter_i_do_want' ``` I would expect the following to exclude all `stream.metadata_*` except `stream.metadata_parameter_i_do_want`. However it seems `metadata_parameter_i_do_want` is still...

Accepting Pull Requests
extract
kind/Feature
valuestream/Meltano
Catalog

Lock files store metadata as json: ```json { "plugin_type": "transformers", "name": "dbt-snowflake", "namespace": "dbt_snowflake", "variant": "dbt-labs", "label": "dbt Snowflake", "docs": "https://docs.meltano.com/guide/transformation", "repo": "https://github.com/dbt-labs/dbt-snowflake", "pip_url": "dbt-core~=1.0.0 dbt-snowflake~=1.0.0", "executable": "dbt", "settings": [...

Accepting Pull Requests
plugin management
kind/Feature
valuestream/Meltano
evergreen

See discussion in slack: https://meltano.slack.com/archives/C01TCRBBJD7/p1657233220239139 Consider example: ```yml jobs: - name: gitlab tasks: - dbt-postgres:seed tap-gitlab target-postgres dbt-postgres:snapshot dbt-postgres:run dbt-postgres:test ``` `meltano run gitlab` will run all the dbt commands...

Accepting Pull Requests
configuration
kind/Feature
valuestream/Meltano
env var
evergreen

Hello folks! I really wanted to set up Dagster with a `test` command that runs pytest on the project: ```yaml utilities: - name: dagster namespace: dagster pip_url: -e orchestrate executable:...

Community-Contributed PR

One-off processes, including `convox run`, `convox exec`, and timers don't pass stop signals to processes properly. For exec and non-detached runs, this makes sense, as Convox runs a `sleep {timeout}`...

# Problem Error message (this is from target-snowflake but the problem is in the shared code): ``` target-snowflake | CRITICAL [] target-snowflake | INFO MillisLoggingCursor: 72 millis spent executing: ROLLBACK...

Sharp 0.30 [added support for the GIF file format](https://sharp.pixelplumbing.com/changelog#v0300---1st-february-2022). I updated sharp and allowed gif options. This still needs an update to the docs and tests, but I'm having trouble...

**What do you use this database for?** I have a small hobbyist data project, and for that Athena is incredibly cost-effective. **Are there any popular and well-maintained clients for this...

connectors

I have a pretty memory-tight application and the parser buffer size of 512 was way overkill for my use-case (the largest individual keys/values are around 20 chars). I'm apparently not...