Skip to content

Commit

Permalink
Updated for bigquery support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenstott committed Sep 28, 2024
1 parent ef5e371 commit 2f88020
Show file tree
Hide file tree
Showing 7 changed files with 2,347 additions and 56 deletions.
51 changes: 51 additions & 0 deletions adapters/bigquery/dev.local.configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"version": "5",
"$schema": "schema.json",
"model": {
"version": "1.0",
"defaultSchema": "TEST",
"schemas": [
{
"type": "jdbc",
"name": "TEST",
"sqlDialectFactory": null,
"jdbcUser": "[email protected]",
"jdbcPassword": "",
"jdbcUrl": "jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=concise-volt-436619-g5;OAuthType=0;[email protected];OAuthPvtKeyPath=/Users/kennethstott/Documents/GitHub/calcite-connector/adapters/bigquery/key.json;DatasetId=test",
"jdbcCatalog": "concise-volt-436619-g5",
"jdbcSchema": "test",
"factory": null
}
]
},
"model_file_path": "./model.json",
"fixes": true,
"metadata": {
"sales": {
"physicalCatalog": "concise-volt-436619-g5",
"physicalSchema": "test",
"catalog": "",
"schema": "TEST",
"name": "sales",
"columns": {
"AlbumId": {
"name": "AlbumId",
"scalarType": "INTEGER",
"nullable": true
},
"ArtistId": {
"name": "ArtistId",
"scalarType": "INTEGER",
"nullable": true
},
"Title": {
"name": "Title",
"scalarType": "VARCHAR",
"nullable": true
}
},
"primaryKeys": [],
"exportedKeys": []
}
}
}
20 changes: 0 additions & 20 deletions adapters/phoenix/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions adapters/phoenix/docker-compose.yaml

This file was deleted.

1 change: 0 additions & 1 deletion adapters/phoenix/query.sh

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 2f88020

Please sign in to comment.