Skip to content
#

etl

Here are 1,975 public repositories matching this topic...

marcosmarxm
marcosmarxm commented Mar 23, 2022

Tell us about the problem you're trying to solve

For some cases users have a more restricted access to their ElasticSearch cluster and need private keys.

Describe the solution you’d like

Add an option to upload the key file OR paste the key in a field in the destination configuration.
There are other destination examples using private keys already.

Describe the alternative you’ve

type/enhancement good first issue area/connectors connectors/destination/elasticsearch
benthos
heikkilamarko
heikkilamarko commented Jan 3, 2022

Under the hood, Benthos csv input uses the standard encoding/csv packages's csv.Reader struct.

The current implementation of csv input doesn't allow setting the LazyQuotes field.

We have a use case where we need to set the LazyQuotes field in order to make things work correctly.

enhancement inputs good first issue effort: lower
aws-data-wrangler

Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).

  • Updated Mar 31, 2022
  • Python
streamzyuk
streamzyuk commented Feb 18, 2022

I am trying to implement retry logic for Aws Aurora Mysql.

In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.

public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c

philrz
philrz commented Nov 26, 2020

Repro is with Brim commit 617d8f1.

I've noticed a couple small glitches with Space renames that are shown in the attached video.

Repro.zip

  1. If a user goes in to rename the Space and makes no changes, hitting "Ok" brings up an error message. They can only get out by hitting the "X" or the Escape key. Technically the error messa
bug good first issue

Improve this page

Add a description, image, and links to the etl 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 etl topic, visit your repo's landing page and select "manage topics."

Learn more