-
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
🚀 CLUSTERING - v2: sélection, norma, suggestions #1200
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maxcorbeau
requested review from
kolok and
fabienheureux
and removed request for
a team
January 13, 2025 16:31
maxcorbeau
force-pushed
the
acteur_clustering_v2
branch
from
January 14, 2025 05:47
2c659fb
to
75302d6
Compare
kolok
reviewed
Jan 14, 2025
kolok
reviewed
Jan 15, 2025
dags/cluster/tasks/airflow_logic/cluster_acteurs_config_validate_task.py
Outdated
Show resolved
Hide resolved
dags/cluster/tasks/airflow_logic/cluster_acteurs_normalize_task.py
Outdated
Show resolved
Hide resolved
dernier commit (je l'éspère) pour pouvoir merger et permettre à @chrischarousset de tester sélection + normalisation |
kolok
approved these changes
Jan 16, 2025
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.
Encore quelques remarques mineurs mais rien de bloquant
dags/cluster/tasks/airflow_logic/cluster_acteurs_db_data_read_acteurs_task.py
Show resolved
Hide resolved
kolok
pushed a commit
that referenced
this pull request
Jan 16, 2025
* clustering acteurs v2: sélection, norma, suggestions (pas écriture) * clustering: fix requirements - essai 1 * clustering: fix requirements - essai 2 * Réparation du test sur airflow_params_dropdown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 CLUSTERING - v2: sélection, norma, suggestions
🟢 cette PR ne fait que de la lecture/affichage pour que à @chrischarousset de commencer à jouer avec la UI Airflow 🟢
DAG
de suggestions de clustering acteurs➡️ A faire pour les prochaines PR
test_cluster_acteurs_db_data_read_acteurs.py
: je cherche à mocker quelques entrées Acteurs mais ce que j'ai ne marche pas pour l'instant, pouvez-vous me donner quelques pointeurs?Airflow
Il y a 15 paramètres UI airflow, donc dans la pratique des centaines de configurations possibles (je compte pas
2^15
parce qu'il y a des scénarios qu'on autorise pas, comme par exemple on force certains champs à être remplis). Donc l'objectif pour la prochaine PR est de créer une dataclass de params pour:params.{name}
avec autocomplete/validation IDE ce qu'on a pas pour l'instant sur sa forme dict)✋ AirflowSkipException
J'ai commencé à implémenté ce statut qui permet de voir (en rose) les tâches qui ne produisent rien, j'aimerais trouver le temps de soumettre une petite doc pour formaliser les règles d'usage des différents statuts:
🖼️ UI
Qui doit ressembler à cela: