Skip to content
#

etl

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

williamlee1982
williamlee1982 commented Jan 7, 2021

seems there is a bug in DB2LUWSchemaProvider class, when loading columns of table, it didn't trim the tailing space of the schema name, causes linq query didn't return any column.

the problem is in the GetColumns method here:

var tableId     = dataConnection.Connection.Database + "." + rd.GetString(0) + "." + rd.GetString(1);

and it should be:

var tableId     = dataConnect
michel-tricot
michel-tricot commented Feb 5, 2021

Tell us about the problem you're trying to solve

A connector is an evolving piece of software. We want to set the proper expectations for an Airbyte user when using a connector.

Describe the solution you’d like

When selecting a connector, a user should see if it is an early, not super tested connector or very mature one (# of levels to be defined).

panther
tatehanawalt
tatehanawalt commented Jan 14, 2021

Overview:

Developers may run mage commands against multiple different versions of panther.

The mage logs do not specify the version of panther.

If we have the git commit we can be sure of the command context.

Example:

Specifically I am running integration tests for release testing. I pulled the repo and achieved successful integration test results. Pull resulted in updates to

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