Greg Solovyev

Results 18 issues of Greg Solovyev

It is currently possible to set up ES destination with authentication method = "none". This should not be allowed in Airbyte Cloud as it exposes publicly exploitable ES installations.

type/bug
team/connectors-java

### Tell us about the documentation you'd like us to add or update. Some customers are running into the error documented in [this issue](https://github.com/airbytehq/alpha-beta-issues/issues/158). The error is caused by incompatible...

area/documentation
type/enhancement
autoteam
team/documentation

Users are not aware of how we enforce encryption in transit, so we should add an explanation of how we do that and which modes are allowed w/ and w/o...

area/documentation
team/databases
team/documentation

Users are not aware of how we enforce encryption in transit, so we should add an explanation of how we do that and which modes are allowed w/ and w/o...

team/databases

Users are not aware of how we enforce encryption in transit, so we should add an explanation of how we do that and which modes are allowed w/ and w/o...

team/databases

We are seeing several instances of SQL errors coming from SQL generated by DBT complaining about Airbyte internal column names being ambiguous: - [`column reference "_airbyte_normalized_at" is ambiguous`](https://github.com/airbytehq/alpha-beta-issues/issues/264) - [`SQL...

normalization
team/databases

Several connections started throwing `DbtDatabaseSQLCompilationError` in Snowflake exceptions and this looks like a pattern. The common thread between these errors is `cannot change column X from type A to B`....

normalization
team/databases

## What The Java connector teams have grown and velocity of code changes has increased. To reduce the noise from Github for both teams, I am splitting code ownership between...

In incremental/dedup mode, nested tables can grow at a polynomial rate, which increases with each level of nesting and each subsequent run of normalization. Fixing deduplication of nested tables may...

team/destinations

Sometimes staging locations can have name collisions, which manifest in the following error: ``` SnowflakeInternalStagingSqlOperations.java Function: uploadRecordsToStage Type: java.lang.RuntimeException Exceptions thrown while uploading records into stage: net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error:...

team/destinations