opendatadiscovery / odd-collectors

Apache License 2.0
8 stars 9 forks source link

resolved AttributeError in Databricks collector (#80) #81

Closed StanNaumenko closed 2 months ago

StanNaumenko commented 2 months ago

Changed the attribute 'odd_metadata' in the Databricks adapter to InitVar 'odd_metadata_init' for better data initialization. Also updated the respective mapper's field to have the new name and modified the post-initialization method in the model class to assign this data to the metadata attribute.