Douwe Maan

Results 39 issues of Douwe Maan

Implements the config_path feature described in https://github.com/meltano/meltano/pull/6031#issuecomment-1148092898.

I did some refactoring, plus I made the following significant changes: - Wrap cache read/write calls in notification instrumentation for fragment read/write logging. - Use correct template when templates are...

Is there any way to reference to the parent selector? To do something like this: a.button { height: 20px; width: 100px; background-repeat: no-repeat; ``` &.email { background-image: url(email.png); } &.twitter...

2.0 - less.js

I wanted to be able to override the fields rendered and template used by the nested form. Contrived example: ``` javascript new Backbone.Form({ schema: { address: { type: "NestedModel", model:...

requires-test

``` diff diff --git a/Users/douwemaan/Desktop/snippets.table.psql b/Users/douwemaan/Desktop/snippets.table.mysql index 0ca7fd6..8d77d01 100644 --- a/Users/douwemaan/Desktop/snippets.table.psql +++ b/Users/douwemaan/Desktop/snippets.table.mysql @@ -2,15 +2,15 @@ Column | Type | Modifiers ------------------+-----------------------------+------------------------------------------------------- id | integer | not null default...

``` diff diff --git a/Users/douwemaan/Desktop/snippets.table.psql b/Users/douwemaan/Desktop/snippets.table.mysql index 0ca7fd6..8d77d01 100644 --- a/Users/douwemaan/Desktop/snippets.table.psql +++ b/Users/douwemaan/Desktop/snippets.table.mysql @@ -2,15 +2,15 @@ Column | Type | Modifiers ------------------+-----------------------------+------------------------------------------------------- id | integer | not null default...

I think we should make https://hub.meltano.com/loaders/target-bigquery--youcruit/ (showcased in https://meltano.com/blog/6x-more-speed-for-your-data-pipelines-with-batch-messages/) or https://hub.meltano.com/loaders/target-bigquery--z3z1ma/ (By Alex @ Harness) the default target-bigquery variant as it’s built with the SDK and supports BATCH.

kind/Feature
valuestream/Hub

When I search "postgres", I am shown in order: - utility postgres - utility dbt-postres (EDK preview) - transformer dbt-postgres - files files-dbt-postgres - loader target-postgres - extractor tap-postgres The...

kind/Bug
valuestream/Hub

1. Go to hub.meltano.com 2. Type anything into the search field 3. ![IMG_FDC2AA0DAA94-1](https://user-images.githubusercontent.com/159434/199117377-f134eade-e8a6-4eb9-972d-0ac0c5c70f03.jpeg)

kind/Bug