-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eea55e0
commit 45dd0fc
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[![CodeFactor](https://www.codefactor.io/repository/github/bastienboutonnet/sheetload/badge)](https://www.codefactor.io/repository/github/bastienboutonnet/sheetload) | ||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) | ||
|
||
Package Version: `v0.1.0b0` | ||
Package Version: `v0.1.0` | ||
|
||
# sheetload 💩🤦 | ||
A handy package to load Google Sheets to Snowflake | ||
|
@@ -15,7 +15,7 @@ Performs some cleanups on column names and string (such as removing trailing spa | |
3. Make sure your access tokens and usernames are installed according to TripActions Data Tooling standards. Setup information can be found in [data_tools Credentials](https://github.com/tripactions/data_tooling/blob/master/README.md#credentials). | ||
4. Install Sheetload | ||
```bash | ||
pip install git+ssh://[email protected]/bastienboutonnet/[email protected].0b0 | ||
pip install git+ssh://[email protected]/bastienboutonnet/[email protected].0 | ||
``` | ||
Make sure you've setup your GitHub ssh keys, if you don't know how to do it, check [here](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/). | ||
|
||
|
@@ -26,7 +26,7 @@ sheetload --version | |
Should display something like this: | ||
```bash | ||
➜ sheetload --version | ||
sheetload 0.1.0b0 | ||
sheetload 0.1.0 | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.0b0" | ||
__version__ = "0.1.0" |