]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commit
Initial commit
authorJeff Huth <jeff.huth@bytecode.io>
Thu, 14 Nov 2019 01:03:56 +0000 (17:03 -0800)
committerJeff Huth <jeff.huth@bytecode.io>
Thu, 14 Nov 2019 01:03:56 +0000 (17:03 -0800)
commit89643ba6fa98db82efd3246805ef801a8bfb5c81
tree739027b4e827def2db81631c9d6ed58ec2b97809
parent5f8005471d3affaaf23489df93a58ca64c3da3ca
Initial commit

Discovery mode works. Still working on normal sync.
18 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.md
config.json.example [new file with mode: 0644]
setup.py [new file with mode: 0644]
state.json.example [new file with mode: 0644]
tap_google_sheets/__init__.py [new file with mode: 0644]
tap_google_sheets/client.py [new file with mode: 0644]
tap_google_sheets/discover.py [new file with mode: 0644]
tap_google_sheets/schema.py [new file with mode: 0644]
tap_google_sheets/schemas/file_metadata.json [new file with mode: 0644]
tap_google_sheets/schemas/sheet_metadata.json [new file with mode: 0644]
tap_google_sheets/schemas/sheets_loaded.json [new file with mode: 0644]
tap_google_sheets/schemas/spreadsheet_metadata.json [new file with mode: 0644]
tap_google_sheets/streams.py [new file with mode: 0644]
tap_google_sheets/sync.py [new file with mode: 0644]