Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tree-sitter-sql-bigq…
Browse files Browse the repository at this point in the history
…uery-0.3.0
  • Loading branch information
takegue committed Jul 29, 2023
2 parents 79242ed + 055f79e commit 2979142
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 112 deletions.
118 changes: 10 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tests/scenario/__snapshots__/pull.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ OPTIONS(
"@default/sandbox/sample_snapshot_table/ddl.sql" => "CREATE SNAPSHOT TABLE \`bigquery-porter.sandbox.sample_snapshot_table\`
CLONE \`bigquery-porter.sandbox.sample_table\`
OPTIONS(
expiration_timestamp=TIMESTAMP \\"2023-07-28T19:01:36.543Z\\"
expiration_timestamp=TIMESTAMP \\"2023-09-27T02:35:06.134Z\\"
)
FOR SYSTEM_TIME AS OF TIMESTAMP \\"2023-05-29T18:01:35.384Z\\";",
FOR SYSTEM_TIME AS OF TIMESTAMP \\"2023-07-29T01:35:05.255Z\\";",
"@default/sandbox/sample_snapshot_table/metadata.json" => "{
\\"type\\": \\"SNAPSHOT\\",
\\"clustering\\": {
Expand All @@ -411,15 +411,15 @@ FOR SYSTEM_TIME AS OF TIMESTAMP \\"2023-05-29T18:01:35.384Z\\";",
\\"datasetId\\": \\"sandbox\\",
\\"tableId\\": \\"sample_table\\"
},
\\"snapshotTime\\": \\"2023-05-29T18:01:35.384Z\\"
\\"snapshotTime\\": \\"2023-07-29T01:35:05.255Z\\"
},
\\"cloneDefinition\\": {
\\"baseTableReference\\": {
\\"projectId\\": \\"bigquery-porter\\",
\\"datasetId\\": \\"sandbox\\",
\\"tableId\\": \\"sample_table\\"
},
\\"snapshotTime\\": \\"2023-05-29T18:01:35.384Z\\"
\\"snapshotTime\\": \\"2023-07-29T01:35:05.255Z\\"
}
}",
"@default/sandbox/sample_snapshot_table/schema.json" => "[
Expand Down

0 comments on commit 2979142

Please sign in to comment.