DOCSP-49405 insurance data models#256
Conversation
✅ Deploy Preview for docs-relational-migrator ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mmaville-mdb
left a comment
There was a problem hiding this comment.
Looks good! I mentioned the error I was having with the actual migration that I will continue to look into, but we can always pull in dev if we are still experieincing this issue.
Left some small edits and worth mentioning that we'll want to modify all of the refactoring steps with the MongoDB view GUI label text.
|
|
||
| .. code-block:: | ||
|
|
||
| CREATE USER istadmin WITH PASSWORD `<password>`; |
There was a problem hiding this comment.
Backticks throw syntax error, replace with single quotes '
|
|
||
| .. code-block:: | ||
|
|
||
| psql -h <host> -p <port> -U <user>-d mongodb_insurance_model -c "SELECT * FROM pg_catalog.pg_tables WHERE schemaname='omg';" |
There was a problem hiding this comment.
Needs a space between <user> -d
|
|
||
| .. step:: Connect to Relational Migrator | ||
|
|
||
| Connect your PostgreSQL database to {+rel-mig}+}. See |
There was a problem hiding this comment.
Malformed ref to migrator, the rest look good!
|
|
||
| .. step:: Connect to your PostgreSQL database | ||
|
|
||
| Click the :guilabel:`Connect to Database` button and select |
There was a problem hiding this comment.
Button is labeled Connect database.
| Click the :guilabel:`Connect to Database` button and select | ||
| :guilabel:`PostgreSQL` in the drop-down menu. Enter the connection | ||
| details for your PostgreSQL instance, including the host, port, | ||
| user, and password. |
There was a problem hiding this comment.
I had to specify the DB as well, otherwise it appeared to look for a DB using my username.
|
|
||
| .. step:: Add mappings for the claim_party_role table | ||
|
|
||
| Next to :guilabel:`Mappings to MongoDB Model`, click :guilabel:`Add`. |
There was a problem hiding this comment.
In the MongoDB view, this text is Mappings from relational tables. Applies to steps throughout since the tutorial takes place in the MongoDB view.
|
Just a heads up @mmaville-mdb, with the monorepo migration, we've moved these changes to this PR: https://github.com/10gen/docs-mongodb-internal/pull/12407 |

DESCRIPTION
Migrates this DevCenter tutorial to the Relational Migrator docs.
STAGING
https://deploy-preview-256--docs-relational-migrator.netlify.app/mapping-rules/example-insurance-data/
JIRA
https://jira.mongodb.org/browse/DOCSP-49405
BUILD LOG
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?