【问题标题】:Import data from google sheet to vertica databaseImport data from google sheet to vertica database
【发布时间】:2022-12-01 13:28:06
【问题描述】:
I'm going to write an Apps Script to help non-technical user import the data from Google spreadsheet to Vertica database. But it seems the Apps Script doesn't support jdbc for Vertica database? Is there any solution please?
Tried app-script using Jdbc.getConnection(url, user, password)
【问题讨论】:
标签:
google-apps-script
google-sheets
vertica
【解决方案1】:
-
According to Apps Script JDBC documentation, the supported databases are MySQL, Microsoft SQL Server, and Oracle databases.
-
In case you’d like to request Vertica support for the JDBC connector as a new feature, I’d recommend using this Issue tracker template.
-
On an additional note, I’d also recommend adhering to the How to Ask guidelines in order for your questions to be properly answered by the community in the future. If you could also provide a minimal, reproducible example and any error messages it would greatly help and improve your chances to get a meaningful answer.