Skip to content

Commit

Permalink
Fix typos (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 committed Nov 7, 2023
1 parent 44bb497 commit 5787c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Airflow DAGs for exporting and loading the Polygon blockchain data to Google Big

Note that if Composer API is not enabled the command above will auto prompt to enable it.

3. This will be a good time to go to the bigquery console and cretae 3 new datasets under your project.
3. This will be a good time to go to the bigquery console and create 3 new datasets under your project.

1. crypto_polygon
2. crypto_polygon_raw
Expand Down
2 changes: 1 addition & 1 deletion airflow/dags/polygonetl_airflow/parse/toposort.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def toposort(data):
and whose values are a set of dependent items. Output is a list of
sets in topological order. The first set consists of items with no
dependences, each subsequent set consists of items that depend upon
items in the preceeding sets."""
items in the preceding sets."""

# Special case empty input.
if len(data) == 0:
Expand Down

0 comments on commit 5787c70

Please sign in to comment.