-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove bigquery from CI test (#1153)
- Loading branch information
1 parent
642c2fd
commit eafc168
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
20 changes: 0 additions & 20 deletions
20
transformations/aws/asset-inventory-free/tests/bigquery.yml
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
transformations/aws/asset-inventory-free/tests/bigquery.yml.bak
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters