Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8180da2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbottom committed Aug 10, 2024
1 parent a3d6c32 commit 6a1a6bd
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 39 deletions.
2 changes: 1 addition & 1 deletion catalog.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.8.3", "generated_at": "2024-07-06T10:00:05.790956Z", "invocation_id": "578cf086-3075-4694-83d3-e21fba3df5f6", "env": {}}, "nodes": {}, "sources": {}, "errors": null}
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.8.3", "generated_at": "2024-08-10T09:03:06.264403Z", "invocation_id": "32a51633-0be4-493a-92e2-8f734bb9881d", "env": {}}, "nodes": {}, "sources": {}, "errors": null}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ final as (
project,
detail,
minutes,
company
from stg_tracker
)

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ final as (
trim("task") as project,
coalesce(trim(detail), '') as detail,
"interval"::integer as minutes,
trim(company) as company
from src_tracker
)

Expand Down
Binary file modified graph.gpickle
Binary file not shown.
2 changes: 1 addition & 1 deletion graph_summary.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json

Large diffs are not rendered by default.

Binary file modified partial_parse.msgpack
Binary file not shown.
2 changes: 1 addition & 1 deletion run_results.json

Large diffs are not rendered by default.

0 comments on commit 6a1a6bd

Please sign in to comment.