-
Notifications
You must be signed in to change notification settings - Fork 5
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
[REFACTOR][ESS-FRANCE]Introduce a data processor for ESS France #431
Conversation
@hacherix I am also wondering if we should integrate a utility method in
or have a utility class for Airflow or if it's a bit overkill. Because the the Notification push and pull is kind of heavy here :
What do you think ? |
Good idea! I like the second option best.
|
Yeah ! It's a bit more complicated since the message depends on an xcom_pull so we'll end up getting the context twice (when pulling a count of a column and in the helper I think we need to think this through a bit more. I will merge as is for now so we can move forward on the refactoring. |
related to #405
This pull request introduces the implementation of the EssFranceProcessor class, configuration settings, and the update of processing DAG.
It also introduces the use of a private method in DataProcessor to push to XCom the unique count of any column in dataset.