Skip to content

Commit

Permalink
Rename to dqc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane committed Sep 21, 2023
1 parent fe657a1 commit 0e61cc8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def __init__(
cloud_workspace: CloudWorkspace,
bq_dataset_id: str = "data_quality_checks",
bq_dataset_description: str = "This dataset holds metadata about the tables that the Academic Observatory Worflows produce. If there are multiple shards tables, it will go back on the table and check if it hasn't done that table previously.",
schema_path: str = os.path.join(default_schema_folder(), "data_quality_check", "data_quality_check.json"),
schema_path: str = os.path.join(default_schema_folder(), "dqc", "dqc.json"),
start_date: Optional[pendulum.DateTime] = pendulum.datetime(2020, 1, 1),
schedule: Optional[str] = "@weekly",
queue: str = "default",
Expand Down

0 comments on commit 0e61cc8

Please sign in to comment.