Skip to content

Commit

Permalink
Make demo pipeline append into BQ tables (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeleo authored and thinhha committed Jul 29, 2023
1 parent dd81c1a commit 543723e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
'datasetId': DWH_CURATED_BQ_DATASET,
'tableId': 'customer_purchase'
},
'writeDisposition':'WRITE_TRUNCATE',
'writeDisposition':'WRITE_APPEND',
"useLegacySql": False
}
},
Expand Down Expand Up @@ -313,7 +313,7 @@
'datasetId': DWH_CONFIDENTIAL_BQ_DATASET,
'tableId': 'customer_purchase'
},
'writeDisposition':'WRITE_TRUNCATE',
'writeDisposition':'WRITE_APPEND',
"useLegacySql": False
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
'tableId': 'customer_purchase'
},
'writeDisposition':
'WRITE_TRUNCATE',
'WRITE_APPEND',
"useLegacySql":
False
}
Expand Down Expand Up @@ -449,7 +449,7 @@
'tableId': 'customer_purchase'
},
'writeDisposition':
'WRITE_TRUNCATE',
'WRITE_APPEND',
"useLegacySql":
False
}
Expand Down

0 comments on commit 543723e

Please sign in to comment.