Skip to content

Commit e25d08f

Browse files
Simplify profiles.yml to only use DuckDB for testing
Co-authored-by: franciscojavierarceo <[email protected]>
1 parent 621cefb commit e25d08f

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

  • sdk/python/tests/integration/dbt/test_dbt_project

sdk/python/tests/integration/dbt/test_dbt_project/profiles.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,3 @@ test:
88
type: duckdb
99
path: ':memory:'
1010
threads: 1
11-
12-
bigquery_test:
13-
target: dev
14-
outputs:
15-
dev:
16-
type: bigquery
17-
method: service-account
18-
project: feast-test-project
19-
dataset: feast_test
20-
threads: 1
21-
timeout_seconds: 300
22-
location: US
23-
priority: interactive
24-
keyfile: /dev/null
25-
26-
snowflake_test:
27-
target: dev
28-
outputs:
29-
dev:
30-
type: snowflake
31-
account: test_account
32-
user: test_user
33-
password: test_password
34-
role: test_role
35-
database: test_db
36-
warehouse: test_wh
37-
schema: test_schema
38-
threads: 1

0 commit comments

Comments
 (0)