Skip to content
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

[Hotfix][Docs]Correct errors in the FAQ doc #8048

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

davidzollo
Copy link
Contributor

There are a lot of old-time FAQs on the official website. I just closed the last PR and reorganized these questions, thanks for your review.

README.md Outdated Show resolved Hide resolved
docs/en/faq.md Outdated Show resolved Hide resolved
your string 1
"""${you_var}""" your string 2"""
```
## How does SeaTunnel handle changes in data sources (source) or data destinations (sink)?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's changes meaning?

- **`CREATE_SCHEMA_WHEN_NOT_EXIST`**: Creates the table if it does not exist; skips creation if the table already exists.
- **`ERROR_WHEN_SCHEMA_NOT_EXIST`**: Throws an error if the table does not exist.
- **`IGNORE`**: Ignores table handling.
Many connectors currently support automatic table creation. Refer to the specific connector documentation, such as [Jdbc sink](https://seatunnel.apache.org/docs/2.3.8/connector-v2/sink/Jdbc#schema_save_mode-enum), for more information.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Many connectors currently support automatic table creation. Refer to the specific connector documentation, such as [Jdbc sink](https://seatunnel.apache.org/docs/2.3.8/connector-v2/sink/Jdbc#schema_save_mode-enum), for more information.
Many connectors currently support automatic table creation. Refer to the specific connector documentation, such as [Jdbc sink](https://seatunnel.apache.org/docs/connector-v2/sink/Jdbc#schema_save_mode-enum), for more information.

docs/en/faq.md Outdated Show resolved Hide resolved
@davidzollo
Copy link
Contributor Author

@Hisoka-X Thanks for your suggestions, I have updated the en and ch docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants