Greg Solovyev
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.
### 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...
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...
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...
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...
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...
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`....
## 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...
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:...