Skip to content

Commit

Permalink
fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 21, 2023
1 parent b68013d commit cb251e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_dlt_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_pipeline_with_dlt_update(test_storage: FileStorage) -> None:
print(venv.run_script("../tests/pipeline/cases/github_pipeline/github_pipeline.py"))
# hash hash in schema
github_schema = json.loads(test_storage.load(f".dlt/pipelines/{GITHUB_PIPELINE_NAME}/schemas/github.schema.json"))
assert github_schema["engine_version"] == 7
assert github_schema["engine_version"] == 8
assert "schema_version_hash" in github_schema["tables"][LOADS_TABLE_NAME]["columns"]
with DuckDbSqlClient(GITHUB_DATASET, duckdb_cfg.credentials) as client:
rows = client.execute_sql(f"SELECT * FROM {LOADS_TABLE_NAME} ORDER BY inserted_at")
Expand Down

0 comments on commit cb251e9

Please sign in to comment.