Documentation for Introspection Warnings
prisma introspect recently added Introspection Warning messages to communicate to the user about guardrails that were applied during Introspection. This currently looks like this:

We want to document these individually and offer workarounds. Additionally the error messages itself should be improved and link to the matching documentation.
PRs:
- Engine PR to change error message (with link): https://github.com/prisma/prisma-engines/pull/638
- Docs PR to add warning messages with description and workaround: https://github.com/prisma/prisma2-docs/pull/72
- Pris.ly PR to add short links for docs sections: https://github.com/prisma/pris.ly/pull/3
This would still be nice to have as people might wonder what these mean.
@janpio Error reference-style docs?
Maybe. Might also be enough to just mention Introspection Warnings, what they are and how they are output - and then possibly a few examples of the different "categories" and what you can/should do to work around these limitations.
Here is the list of warnings that can be generated, hopefully self documenting: https://github.com/prisma/prisma-engines/blob/master/introspection-engine/connectors/sql-introspection-connector/src/warnings.rs
Introspection Warning still exist and should be documented.
Related file: https://github.com/prisma/prisma-engines/blob/main/schema-engine/connectors/schema-connector/src/warnings.rs
Related to: https://github.com/prisma/docs/issues/4758
Related PR https://github.com/prisma/docs/pull/4777
@aqrln this is still the related file right? (prisma/prisma-engines@main/schema-engine/connectors/schema-connector/src/warnings.rs](https://github.com/prisma/prisma-engines/blob/main/schema-engine/connectors/schema-connector/src/warnings.rs)
Yes. Line ranges https://github.com/prisma/prisma-engines/blob/main/schema-engine/connectors/schema-connector/src/warnings.rs#L59-L136 and https://github.com/prisma/prisma-engines/blob/main/schema-engine/connectors/schema-connector/src/warnings.rs#L186-L412 are the useful parts.
Closing this as not planned for now 🙏