Skip to content

Commit 602564b

Browse files
committed
README.md: Update date to 2020-07-10
1 parent 80ecaec commit 602564b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
* Unreleased
4-
* 1.1 (2020-07-09)
4+
* 1.1 (2020-07-10)
55
* Add `--ignore_invalid_lines` to ignore parsing errors on invalid lines
66
and continue processing. Fixes
77
[#49](https://github.com/bxparks/bigquery-schema-generator/issues/49).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ generate-schema < file.data.json > file.schema.json
1212
$ generate-schema --input_format csv < file.data.csv > file.schema.json
1313
```
1414

15-
Version: 1.1 (2020-07-09)
15+
Version: 1.1 (2020-07-10)
1616

1717
Changelog: [CHANGELOG.md](CHANGELOG.md)
1818

@@ -87,7 +87,7 @@ The shell script `generate-schema` will be installed somewhere in your system,
8787
depending on how your Python environment is configured. See below for
8888
some notes for Ubuntu Linux and MacOS.
8989

90-
### Ubuntu Linux (18.04, maybe 20.04)
90+
### Ubuntu Linux (18.04, 20.04)
9191

9292
After running `pip3 install bigquery_schema_generator`, the `generate-schema`
9393
script may be installed in one the following locations:
@@ -99,6 +99,9 @@ script may be installed in one the following locations:
9999

100100
### MacOS (10.14 Mojave)
101101

102+
I don't use my Mac for software development these days, and I won't upgrade to
103+
Catalina (10.15) or later, but here are some notes if they help.
104+
102105
If you installed Python from
103106
[Python Releases for Mac OS X](https://www.python.org/downloads/mac-osx/),
104107
then `/usr/local/bin/pip3` is a symlink to
@@ -116,9 +119,6 @@ You can install Python3 using
116119
`generate-schema` script will probably be installed in `/usr/local/bin` but I'm
117120
not completely certain.
118121

119-
I don't use my Mac very much these days and I won't upgrade to Catalina (10.15),
120-
so I can't help you with this OS version.
121-
122122
## Usage
123123

124124
The `generate_schema.py` script accepts a newline-delimited JSON or

0 commit comments

Comments
 (0)