Skip to content

Commit

Permalink
Merge branch 'master' into add-solution-diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwsherman authored Jul 15, 2020
2 parents 0cdbe85 + 5987a75 commit fdab56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following high-level steps describe the setup needed to run this example:
|filename |STRING |
|load_dt |DATE |

5. Set the following Airflow variables needed for this example:
5. Set the following [Airflow variables](https://airflow.apache.org/docs/stable/concepts.html#variables) needed for this example:

| Key | Value |Example |
| :--------------------- |:---------------------------------------------- |:--------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def parse_gsutil_long_output_file(filename):
"""

# 15TB per BQ load job.
MAX_BATCH_BYTES = 15 * 10**13
MAX_BATCH_BYTES = 15 * 10**12
# read output of gsutil ls -l
df = pd.read_csv(filename,
delim_whitespace=True,
Expand Down

0 comments on commit fdab56a

Please sign in to comment.