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

docs: add usage guide for check constraints #2079

Merged
merged 8 commits into from
Jan 16, 2024

Conversation

hntd187
Copy link
Collaborator

@hntd187 hntd187 commented Jan 14, 2024

Description

Added a usage guide for adding check constraints to tables

Related Issue(s)

Closes #2063

Documentation

I just wrote it


## Add the Constraint

```python
Copy link
Contributor

Choose a reason for hiding this comment

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

Any chance you want to move new format, e.g. a quick example:

  1. https://github.com/delta-io/delta-rs/blob/main/docs/usage/index.md
  2. referring to function under in https://github.com/delta-io/delta-rs/blob/main/docs/src/python/delta_table.py and https://github.com/delta-io/delta-rs/blob/main/docs/src/rust/delta_table.rs
  3. in addition, if there is something in the API for more info then you can add those links here and refer in the example in md file: https://github.com/delta-io/delta-rs/blob/main/docs/_build/links.yml

@r3stl355
Copy link
Contributor

Looks good

MrPowers
MrPowers previously approved these changes Jan 14, 2024
Copy link
Collaborator

@MrPowers MrPowers left a comment

Choose a reason for hiding this comment

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

LGTM

MrPowers
MrPowers previously approved these changes Jan 15, 2024
@MrPowers MrPowers self-requested a review January 16, 2024 16:28
@MrPowers MrPowers merged commit d65fc18 into delta-io:main Jan 16, 2024
23 checks passed
RobinLin666 pushed a commit to RobinLin666/delta-rs that referenced this pull request Feb 2, 2024
# Description
Added a usage guide for adding check constraints to tables

# Related Issue(s)
Closes delta-io#2063 

# Documentation

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

Successfully merging this pull request may close these issues.

Docs: Update docs for check constraints
3 participants