-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🐛 fix: Normalization date-time should handle empty strings "" #6379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix: Normalization date-time should handle empty strings "" #6379
Conversation
/test connector=bases/base-normalization
|
/test connector=bases/base-normalization
|
/test connector=bases/base-normalization
|
/test connector=bases/base-normalization
|
…ty-strings-normalization # Conflicts: # airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_primary_key_streams/final/airbyte_tables/TEST_NORMALIZATION/DEDUP_EXCHANGE_RATE_SCD.sql # airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_primary_key_streams/final/airbyte_tables/TEST_NORMALIZATION/EXCHANGE_RATE.sql # airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_primary_key_streams/models/generated/airbyte_ctes/TEST_NORMALIZATION/DEDUP_EXCHANGE_RATE_AB2.sql # airbyte-integrations/bases/base-normalization/integration_tests/normalization_test_output/snowflake/test_primary_key_streams/models/generated/airbyte_ctes/TEST_NORMALIZATION/EXCHANGE_RATE_AB2.sql # airbyte-integrations/bases/base-normalization/normalization/transform_catalog/stream_processor.py
/test connector=bases/base-normalization
|
…ty-strings-normalization # Conflicts: # airbyte-integrations/bases/base-normalization/Dockerfile # airbyte-workers/src/main/java/io/airbyte/workers/normalization/DefaultNormalizationRunner.java
/test connector=bases/base-normalization
|
…ty-strings-normalization # Conflicts: # airbyte-integrations/bases/base-normalization/Dockerfile # airbyte-integrations/bases/base-normalization/dbt-project-template/macros/cross_db_utils/type_conversions.sql # airbyte-integrations/bases/base-normalization/integration_tests/dbt_integration_test.py # airbyte-integrations/bases/base-normalization/normalization/transform_catalog/stream_processor.py # airbyte-workers/src/main/java/io/airbyte/workers/normalization/DefaultNormalizationRunner.java
/test connector=bases/base-normalization
|
/test connector=bases/base-normalization
|
…ty-strings-normalization
/test connector=bases/base-normalization
|
…ty-strings-normalization # Conflicts: # docs/understanding-airbyte/basic-normalization.md
/test connector=bases/base-normalization
|
/publish connector=bases/base-normalization
|
…ehq#6379) * add empty string normalization for postgres * add empty string normalization for destinations * fix * fix * fix * fix for snowflake * fix for mysql * fix normalization for mysql * upd doc * upd doc * Update airbyte-integrations/bases/base-normalization/integration_tests/dbt_integration_test.py Co-authored-by: Christophe Duong <[email protected]> * Update airbyte-integrations/bases/base-normalization/integration_tests/dbt_integration_test.py Co-authored-by: Christophe Duong <[email protected]> * bump version * bump version * add datetime normalization for mssql * upd row count for mssql * upd * bump version * upd docs for 0.1.50 normalization version Co-authored-by: Christophe Duong <[email protected]>
What
Fix normalization date-time should handle empty strings "" #5480
How
Describe the solution
Recommended reading order
base-normalization/normalization/transform_catalog/stream_processor.py
base-normalization/dbt-project-template/macros/cross_db_utils/type_conversions.sql
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here