Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #195

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading