Currently, read operations work as expected.
Need ability to insert into a gsheet or table.
@theoretical-olive I will be working on this issue.
Flow with respect to Google sheets
Flow:
Flow:
First get the sheet id of table in the Insert statement. Insert the values in that sheet
Flow:
In the metadata sheet replace the name of the table with something like table_<
Advantages of this method
@community I would like your opinions on the drop statement flow
@community Design wise would you suggest decoupling the metadata of tables from Google sheets ( metadata sheet ) to some other database like Mysql ( like hive ) Or do we support both? please let me know why you would choose one over the other.
Instead of changing the name, we could have a "deleted" column in the metadata table. Any tables marked as deleted would be ignored by the engine. Otherwise this flow looks good.
The reason this connector exists is to make it easy to import/export data. Having the metadata in a sheet allows end users to easily manage the table to sheet mapping. Storing the metadata externally doesn't seem particularly useful and adds additional complexity to the connector.
@electrum Thank you for replying. Yes, I considered that option too. I will change the flow for Drop table statement based on your previous comment.
Most helpful comment
@theoretical-olive I will be working on this issue.