VitaliiMaltsev

Results 73 comments of VitaliiMaltsev

/test connector=connectors/source-snowflake > :clock2: connectors/source-snowflake https://github.com/airbytehq/airbyte/actions/runs/4006586479 > :white_check_mark: connectors/source-snowflake https://github.com/airbytehq/airbyte/actions/runs/4006586479 Python tests coverage: ``` Name Stmts Miss Cover Missing ---------------------------------------------------------------------------------- source_acceptance_test/base.py 12 4 67% 16-19 source_acceptance_test/config.py 141 5 96% 87,...

/test connector=connectors/source-postgres > :clock2: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/4065070311 > :white_check_mark: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/4065070311 Python tests coverage: ``` Name Stmts Miss Cover Missing ---------------------------------------------------------------------------------- source_acceptance_test/base.py 12 4 67% 16-19 source_acceptance_test/config.py 141 5 96% 87,...

> The platform already has an auto detect schema change feature which will catch these schema drifts, so I'm not sure if we need this logging. I did not find...

/test connector=connectors/source-postgres-strict-encrypt > :clock2: connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3984975572 > :white_check_mark: connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3984975572 No Python unittests run > ### Build Passed Test summary info: ``` All Passed ```

/test connector=connectors/source-postgres > :clock2: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/3984976632 > :white_check_mark: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/3984976632 Python tests coverage: ``` Name Stmts Miss Cover Missing ---------------------------------------------------------------------------------- source_acceptance_test/base.py 12 4 67% 16-19 source_acceptance_test/config.py 141 5 96% 87,...

> Just tried this out (I hit a use case end of last week that requires jsonb be handled correctly) - I'm still getting strings in the destination. Stream config...

> > @adam-bloom in which destinations did you get string? > > @VitaliiMaltsev we use redshift as our destination. I ended up putting a workaround in a custom redshift destination...

/test connector=connectors/source-postgres-strict-encrypt > :clock2: connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/4014679023 > :white_check_mark: connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/4014679023 No Python unittests run > ### Build Passed Test summary info: ``` All Passed ```

/test connector=connectors/source-postgres > :clock2: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/4014679382 > :white_check_mark: connectors/source-postgres https://github.com/airbytehq/airbyte/actions/runs/4014679382 Python tests coverage: ``` Name Stmts Miss Cover Missing ---------------------------------------------------------------------------------- source_acceptance_test/base.py 12 4 67% 16-19 source_acceptance_test/config.py 141 5 96% 87,...

> > @adam-bloom tested Redshift destination and values replicated as SUPER datatype not String > > What is in the column though? The column may be a super, but a...