Skip to content

Data Modeling Commands Section Rename and Reformat #925

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

Conversation

seanparkross
Copy link
Contributor

@seanparkross seanparkross commented Mar 3, 2025

Description 📝

  • Adds more information on using commands as queries not only mutations.
  • Moves the lambda tutorials to the right place.
  • Adds information for TS, Python and Go for lambda How-to's and calls out functions and procedures.
  • Renames partials to 'operations' not 'mutations'

Quick Links 🚀

/data-modeling/command

@seanparkross seanparkross self-assigned this Mar 3, 2025
@hasura-bot
Copy link
Contributor

hasura-bot commented Mar 3, 2025

Redirects 🔀

Hey, @robertjdominguez & @seanparkross — the following redirects will be needed for deployment:

# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-mutation-how-to/
location = /docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-mutation-how-to/ {
    return 301 https://$host/docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-operation-how-to/;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-mutation-tutorial/
location = /docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-mutation-tutorial/ {
    return 301 https://$host/docs/3.0/data-modeling/partials/classic-connectors/clickHouse/_command-create-native-operation-tutorial/;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-how-to/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-how-to/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-operation-how-to/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-operation-how-to/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-tutorial/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-tutorial/ {
    return 301 https://$host/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-operation-tutorial/;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-mutation-how-to/
location = /docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-mutation-how-to/ {
    return 301 https://$host/docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-operation-how-to/;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-mutation-tutorial/
location = /docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-mutation-tutorial/ {
    return 301 https://$host/docs/3.0/data-modeling/partials/classic-connectors/postgreSQL/_command-create-native-operation-tutorial/;
}

@hasura-bot
Copy link
Contributor

@seanparkross Thanks for your PR! I've assigned @robertjdominguez to review it.

Copy link
Collaborator

@robertjdominguez robertjdominguez left a comment

Choose a reason for hiding this comment

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

Thanks for this, @seanparkross 👍

I made a few suggestions for clarity, but I have some larger concerns around the Go connector's content. I think it's out-of-date. Let me know if you have any questions after reading through the notes below 🤙

Additionally, the build failed; I think there's some anchor tags that are mismatched after moving content around.

Ping me after these bits are resolved and I'm happy to rubber-stamp it 👍

…and-create-native-operation-how-to.mdx

Co-authored-by: Rob Dominguez <[email protected]>
Copy link

cloudflare-workers-and-pages bot commented Mar 4, 2025

Deploying ddn-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1f55fbd
Status: ✅  Deploy successful!
Preview URL: https://5a837ac8.v3-docs-eny.pages.dev
Branch Preview URL: https://sean-doc-2454-data-modeling.v3-docs-eny.pages.dev

View logs

@robertjdominguez
Copy link
Collaborator

@seanparkross — builds are still failing. Can you please verify and then re-ping for review when ready?

Sean Park-Ross and others added 2 commits March 10, 2025 11:37
@seanparkross seanparkross removed the request for review from hgiasac March 17, 2025 11:22
Copy link
Collaborator

@robertjdominguez robertjdominguez left a comment

Choose a reason for hiding this comment

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

Looks good!

@seanparkross seanparkross merged commit 50e5a99 into main Mar 20, 2025
3 of 4 checks passed
@seanparkross seanparkross deleted the sean/doc-2454-data-modeling-commands-section-rename-and-add-complex-query branch March 20, 2025 13:58
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.

4 participants