-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trouble shooting guide around loading a lot of tables #3975
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes. Information looks good otherwise. Feel free to merge after you address those.
|
||
## Using incremental sync, is it possible to add more fields when some new columns are added to a source table, or when a new table is added? | ||
|
||
For the moment, incremental sync doesn't support schema changes, so you would need to perform a full refresh whenever that happens. | ||
Here’s a related [Github issue](https://github.com/airbytehq/airbyte/issues/1601). | ||
|
||
## There is a limit of how many tables one connection can handle? | ||
|
||
Yes, for more than 6000 thousand tables could be a problem to load the information on UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link this to the new-connection section? centralising this makes it easier to maintain.
something like `Yes. Please see the this section for more information.'
What
Adding a new troubleshooting to a problem a user had.
@davinchia adding you because you help me on this and probably can validated the info or add more context too =)
How
Add docs
Recommended reading order
data-loading.md
new-connection.md