Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

Bug: must specify both schema and database #391

Closed
@dlawin

Description

@dlawin

Describe the bug
When specifying the db for a schema-separated project, you still have to specify the prod_schema key in the dbt project config or else you get an error from

if config_prod_database is None or config_prod_schema is None:
raise ValueError("Expected a value for prod_database: or prod_schema: under \nvars:\n data_diff: ")

Describe the environment

> data-diff --version
v0.4.0

docker / Debian-bullseye / Python 3.10

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions