diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -154,7 +154,7 @@ The [**Google Sheets Setup & Authentication**](https://drive.google.com/open?id= | |||
154 | ``` | 154 | ``` |
155 | Pylint test resulted in the following score: | 155 | Pylint test resulted in the following score: |
156 | ```bash | 156 | ```bash |
157 | TBD | 157 | Your code has been rated at 9.78/10 |
158 | ``` | 158 | ``` |
159 | 159 | ||
160 | To [check the tap](https://github.com/singer-io/singer-tools#singer-check-tap) and verify working: | 160 | To [check the tap](https://github.com/singer-io/singer-tools#singer-check-tap) and verify working: |
@@ -164,7 +164,31 @@ The [**Google Sheets Setup & Authentication**](https://drive.google.com/open?id= | |||
164 | ``` | 164 | ``` |
165 | Check tap resulted in the following: | 165 | Check tap resulted in the following: |
166 | ```bash | 166 | ```bash |
167 | TBD | 167 | The output is valid. |
168 | It contained 3881 messages for 13 streams. | ||
169 | |||
170 | 13 schema messages | ||
171 | 3841 record messages | ||
172 | 27 state messages | ||
173 | |||
174 | Details by stream: | ||
175 | +----------------------+---------+---------+ | ||
176 | | stream | records | schemas | | ||
177 | +----------------------+---------+---------+ | ||
178 | | file_metadata | 1 | 1 | | ||
179 | | spreadsheet_metadata | 1 | 1 | | ||
180 | | Test-1 | 9 | 1 | | ||
181 | | Test 2 | 2 | 1 | | ||
182 | | SKU COGS | 218 | 1 | | ||
183 | | Item Master | 216 | 1 | | ||
184 | | Retail Price | 273 | 1 | | ||
185 | | Retail Price NEW | 284 | 1 | | ||
186 | | Forecast Scenarios | 2681 | 1 | | ||
187 | | Promo Type | 91 | 1 | | ||
188 | | Shipping Method | 47 | 1 | | ||
189 | | sheet_metadata | 9 | 1 | | ||
190 | | sheets_loaded | 9 | 1 | | ||
191 | +----------------------+---------+---------+ | ||
168 | ``` | 192 | ``` |
169 | --- | 193 | --- |
170 | 194 | ||