- SCHEMA_VERSION: 1
- LINK
- Initialized a new field in remote table schemas
schema_version
- A migration in
PostgresTarget
handles updating this
- BUG FIX: A bug was identified in 0.1.2 with column type splitting.
- LINK
- A schema with a field of type
string
is 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
string
column
- 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-time
is persisted to remote- Later, the same field is of type
string
- The original
date-time
column 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_level
config 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