- SCHEMA_VERSION: 1
- LINK
- Initialized a new field in remote table schemas
schema_version - A migration in
PostgresTargethandles updating this
- BUG FIX: A bug was identified in 0.1.2 with column type splitting.
- LINK
- A schema with a field of type
stringis persisted to remote- Later, the same field is of type
date-time- The values for this field will not be placed under a new column, but rather under the original
stringcolumn
- The values for this field will not be placed under a new column, but rather under the original
- Later, the same field is of type
- A schema with a field of type
date-timeis persisted to remote- Later, the same field is of type
string- The original
date-timecolumn will be madenullable - The values for this field will fail to persist
- The original
- Later, the same field is of type
- FEATURES:
- Added the
logging_levelconfig option which uses standard Python Logger Levels to configure more details about what Target-Postgres is doing- Query level logging and timing
- Table schema changes logging and timing
- Added the