Skip to content

Commit

Permalink
fix: Remove bigquery from CI test (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rheinheimer authored Nov 26, 2024
1 parent 642c2fd commit eafc168
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
20 changes: 0 additions & 20 deletions transformations/aws/asset-inventory-free/tests/bigquery.yml

This file was deleted.

20 changes: 20 additions & 0 deletions transformations/aws/asset-inventory-free/tests/bigquery.yml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# kind: source
# spec:
# name: aws
# path: cloudquery/aws
# registry: cloudquery
# version: "v27.25.0" # latest version of source aws plugin
# destinations: ["bigquery"]
# tables: ["*"]
# skip_dependent_tables: true
# ---
# kind: destination
# spec:
# name: bigquery
# path: cloudquery/bigquery
# registry: cloudquery
# version: "v4.1.16" # latest version of destination bigquery plugin
# write_mode: "append"
# spec:
# project_id: cq-integration-tests
# dataset_id: policies_free_ci_test
14 changes: 7 additions & 7 deletions transformations/aws/asset-inventory-free/tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ aws_asset_inventory: # This should match the name in your dbt_project.yml
dbname: postgres
schema: public # default schema where dbt will build the models
threads: 1 # number of threads to use when running in parallel
dev-bigquery:
type: bigquery
method: oauth
project: cq-integration-tests
dataset: policies_free_ci_test # You can also use "schema" here
threads: 4 # Must be a value of 1 or greater
location: us-west1
# dev-bigquery:
# type: bigquery
# method: oauth
# project: cq-integration-tests
# dataset: policies_free_ci_test # You can also use "schema" here
# threads: 4 # Must be a value of 1 or greater
# location: us-west1
dev-clickhouse:
type: clickhouse
schema: cloudquery
Expand Down

0 comments on commit eafc168

Please sign in to comment.