Skip to content

Commit

Permalink
Merge pull request #12 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Notebook.
  • Loading branch information
stewartbryson committed Nov 28, 2023
2 parents 57052e0 + 8742c2f commit febc876
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
"id": "c73ac995-dcdf-4d7d-96d8-4f23eafc16c9",
"metadata": {},
"source": [
"# It's not as simple as this.\n",
"# It's not as simple as this\n",
"\n",
"![Conflict](images/refresh-conflict.png)"
]
Expand All @@ -834,9 +834,11 @@
"metadata": {},
"source": [
"# dbt is more than just a job scheduler.\n",
"Dynamic Tables need to be (re)created in the correct order. This can become very complex as the number of tables and dependencies increases.\n",
"Dynamic Tables need to be (re)created in the correct order.\n",
"The dependent relationships become very complex as the number of dependencies increases.\n",
"We don't want to maintain a create script with all the tables in the correct order.\n",
"\n",
"dbt understands your DAG."
"dbt understands your DAG and can infer the relationships."
]
},
{
Expand Down Expand Up @@ -897,7 +899,7 @@
"id": "3eb79852",
"metadata": {},
"source": [
"### dbt also has Tests.\n",
"### dbt also has Tests\n",
"\n",
"We can run them when we create the Dynamic Table:"
]
Expand All @@ -919,7 +921,7 @@
"id": "d564eded",
"metadata": {},
"source": [
"# Or we can schedule them to run periodically:"
"Or we can schedule them to run periodically:"
]
},
{
Expand All @@ -939,7 +941,7 @@
"id": "ac3f442b",
"metadata": {},
"source": [
"### dbt is more than a scheduler.\n",
"### dbt is more than a scheduler\n",
"\n",
"1. Cloud development environment for those that prefer it.\n",
"1. CI/CD workflows for promoting Dynamic Table changes into Production.\n",
Expand Down

0 comments on commit febc876

Please sign in to comment.