Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jun 9, 2020
1 parent 3c518e7 commit d7b6e17
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The recommended method of running this target is to use it from [PipelineWise](h

If you want to run this [Singer Target](https://singer.io) independently please read further.

### Install
## Install

First, make sure Python 3 is installed on your system or follow these
installation instructions for [Mac](http://docs.python-guide.org/en/latest/starting/install3/osx/) or
Expand Down Expand Up @@ -75,13 +75,11 @@ Full list of options in `config.json`:

### Schema Changes

This target doesn not follow the [PipelineWise specification](https://transferwise.github.io/pipelinewise/user_guide/schema_changes.html) for schema changes except versioning columns because of the way BigQuery works.
This target does follow the [PipelineWise specification](https://transferwise.github.io/pipelinewise/user_guide/schema_changes.html) for schema changes except versioning columns because of the way BigQuery works.

BigQuery does not allow for column renames so a column modification works like this instead:


Versioning columns
''''''''''''''''''
#### Versioning columns

Target connectors are versioning columns **when data type change is detected** in the source
table. Versioning columns means that the old column with the old datatype is kept
Expand Down

0 comments on commit d7b6e17

Please sign in to comment.