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

Tutorial chapter 10 looks like an outdated version of chapter 9 #2072

Open
vladistan opened this issue Apr 19, 2024 · 0 comments
Open

Tutorial chapter 10 looks like an outdated version of chapter 9 #2072

vladistan opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something that should work but isn't, with an example and a test case. community-generated documentation Improvements or additions to documentation

Comments

@vladistan
Copy link
Contributor

Describe the bug

Looks like chapter 09 and 10 of the tutorial are identical, is it work in progress or some editing oversight?

To reproduce
Steps to reproduce the behavior:

  1. Go to https://linkml.io/linkml/intro/tutorial09.html and compare it to https://linkml.io/linkml/intro/tutorial10.html

Looks line the same content, I downloaded the repo and compared the files, diff output is below

$ diff tutorial09.md tutorial10.md  
1c1
< # Part 9: Working with SQL databases
---
> # Part 10: Working with SQL databases
7c7
<     - Currently only Python / SQL Alchemy ORM layers are supported
---
>     - Currently only Python / SQL Alchemy ORM layesr are supported
24c24
< Use the [gen-sqltables](/generators/sqltable) command to make a SQL schema:
---
> Use the `gen-sqltables` command to make a SQL schema:
226c226
< Currently the only ORM directly supported is SQL Alchemy.
---
> Currently the only ORM directly supported in SQL Alchemy
230c230
< [SQL Alchemy](https://docs.sqlalchemy.org/) is a SQL framework for python. It has a core layer, and an ORM layer.
---
> [SQL Alchemy](https://docs.sqlalchemy.org/) is a SQL framework for python. It has a core layer, and an ORM later.
235c235
< gen-sqla -s personinfo.yaml
---

Looks like there are very minor differences

Expected behavior

Different content in these files or remove chapter 10

@vladistan vladistan added the bug Something that should work but isn't, with an example and a test case. label Apr 19, 2024
@sierra-moxon sierra-moxon added documentation Improvements or additions to documentation community-generated labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that should work but isn't, with an example and a test case. community-generated documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants