Skip to content

Conversation

EmmetAVS
Copy link
Contributor

Golden files for mysql integration have been updated to account for the change and the added support for stored procedures.

The key change here is adding support for stored procedures directly in SQLAlchemySource, it does not interferere with any existing classes that inherit from SQLAlchemy source and if a class chooses to add support for stored procedures all they need to do is override get_procedures_for_schema and return a list of BaseProcedures which is handled by the existing code within SQLAlchemySource. I had originally made a pull request that added support directly in PostgresSource but I got rid of that and moved it over to SQLAlchemy (except for get_procedures_for_schema) to account for the change.

@EmmetAVS EmmetAVS marked this pull request as draft July 30, 2025 23:59
@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community labels Jul 30, 2025
@EmmetAVS EmmetAVS marked this pull request as ready for review August 1, 2025 04:00
@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Aug 1, 2025
@yoonhyejin
Copy link
Collaborator

yoonhyejin commented Aug 4, 2025

Thanks for the contribution! The assigned reviewer is out this week, so we’ll likely take a look after next week. Appreciate your patience!

@datahub-cyborg datahub-cyborg bot added pending-submitter-response Issue/request has been reviewed but requires a response from the submitter and removed needs-review Label for PRs that need review from a maintainer. labels Aug 4, 2025
Copy link
Contributor

@sgomezvillamor sgomezvillamor left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks for the contrib

@datahub-cyborg datahub-cyborg bot added merge-pending-ci A PR that has passed review and should be merged once CI is green. and removed pending-submitter-response Issue/request has been reviewed but requires a response from the submitter labels Aug 11, 2025
@yoonhyejin yoonhyejin merged commit adf00c1 into datahub-project:master Aug 11, 2025
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution PR or Issue raised by member(s) of DataHub Community ingestion PR or Issue related to the ingestion of metadata merge-pending-ci A PR that has passed review and should be merged once CI is green.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants