-
Notifications
You must be signed in to change notification settings - Fork 3
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
refac: Remove write wholesale results to HIVE #2962
base: main
Are you sure you want to change the base?
refac: Remove write wholesale results to HIVE #2962
Conversation
WHOLESALE_RESULT_TABLE_NAME = "wholesale_results" | ||
SUCCEEDED_ENERGY_RESULTS_V1_VIEW_NAME = "succeeded_energy_results_v1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the whole class?
@@ -142,8 +142,6 @@ class HiveOutputDatabase: | |||
"""The folder in the storage account container""" | |||
|
|||
DATABASE_NAME = "wholesale_output" | |||
WHOLESALE_RESULT_TABLE_NAME = "wholesale_results" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this break the hive migrations? (I anticipate that the value is used for substitution in some migration scripts)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I need to add all table names again because 1) yes, I think it will break existing scripts and 2) the script that deletes the old tables needs to know the names.
…://github.com/Energinet-DataHub/opengeh-wholesale into ajw/remove_write_wholesale_results_to_hive_v2
Description
Pull-request quality
dev_002
)