skrawcz commented on code in PR #670: URL: https://github.com/apache/burr/pull/670#discussion_r2938262879
########## test_sheets.py: ########## @@ -0,0 +1,15 @@ +from burr.integrations.persisters.b_google_sheets import GoogleSheetsPersister + +persister = GoogleSheetsPersister( + spreadsheet_id="1ur4GqM0tQQyCRn3lAj5bZk3DAeZBvrbYRwKok780hHc", + credentials_file="google_creds.json" +) Review Comment: yeah how would we implement a test for this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
