GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
374 stars 172 forks source link

Datastore MySQL import - Change some class members from private to protected #4330

Closed stefan-korn closed 3 weeks ago

stefan-korn commented 3 weeks ago

Feature Description

I am using and providing a module to extend the Datastore MySQL import. This works by annotating the factory service from datastore_mysql_import. This would be easier if the private members of the factory class can be changed to protected.

Detailed Feature Description

see feature description

Problem and Motivation

see feature description

Potential Benefits

see feature description

Target Audience

Possible Implementation

PR will follow

Additional Context

No response

paul-m commented 3 weeks ago

👍