Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolved AttributeError in Databricks collector (#80) #81

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

StanNaumenko
Copy link
Contributor

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.

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.
Copy link
Contributor

@AndreyNenashev AndreyNenashev left a comment

Choose a reason for hiding this comment

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

I have only one question about renaming it from odd_metadata to odd_metadata_init . Does it affect anyhow contract between collector and platform?

@RamanDamayeu RamanDamayeu merged commit 2ac4a3a into main Jun 28, 2024
1 check passed
@RamanDamayeu RamanDamayeu deleted the issue-80-databricks-collector-fix branch June 28, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Databricks collector fails with AttributeError: can't set attribute
3 participants