Skip to content
#

etl

Here are 2,010 public repositories matching this topic...

sherifnada
sherifnada commented Apr 8, 2022

Tell us about the problem you're trying to solve

We have many templates which use the same files. For example, source-generic, source-python, source-python-http-api, and source-singer templates all generate acceptance-test-config.yaml and acceptance-test-docker.sh.

Currently, each template independently defines these files. Which means if you want to change a line in `acceptance-t

type/enhancement good first issue CDK needs-triage
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 Apr 14, 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