Skip to content

Commit

Permalink
Fix Bigquery templates
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Apr 19, 2022
1 parent 4de979f commit 6f062b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/end_to_end/test-project/tap_postgres_to_bq.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ schemas:
- column: "email"
type: "MASK-STRING-SKIP-ENDS-6"

### Empty table
- table_name: "empty_table"
replication_method: "INCREMENTAL"
replication_key: "id"

### SOURCE SCHEMA 2: public2
- source_schema: "public2"
Expand Down Expand Up @@ -116,3 +120,4 @@ schemas:
# target_schema: "ppw_e2e_tap_postgres_logical2"
# tables:
# - table_name: "logical2_table1"

Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ schemas:
replication_method: "INCREMENTAL"
replication_key: "id"

### Empty table
- table_name: "empty_table"
replication_method: "INCREMENTAL"
replication_key: "id"

### Table with space and mixed upper and lowercase characters
- table_name: "table_with_space and UPPERCase"
replication_method: "LOG_BASED"
Expand Down

0 comments on commit 6f062b5

Please sign in to comment.