Skip to content

Can you write the table if it doesn't exist? #417

Answered by Paultagoras
alberttwong asked this question in Q&A
Discussion options

You must be logged in to vote

We don't create the table if it doesn't exist, for at least a few reasons:

  • We don't necessarily know how the data is structured
  • There are optimizations that can happen that need more information from folks
  • In theory the data is going to be accessed by other people/applications as well, which means there's likely some agreement around what will be there (that the connector wouldn't be aware of)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alberttwong
Comment options

Answer selected by alberttwong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants