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

Update parser_and_mv to Remove A1 Reading and Use schemas.yaml #217

Closed

Conversation

issam71100
Copy link

updates the parser_and_mv script to eliminate the dependency on reading from cell A1. Instead, it directly utilizes the already generated schemas.yaml file, incorporating the filename and sheet name.

@issam71100 issam71100 requested a review from romainfd December 23, 2024 13:52
@issam71100 issam71100 changed the base branch from main to auto/model_tracker December 23, 2024 13:52
@issam71100 issam71100 force-pushed the feature/parser/remove-a1-cell-dependence branch from 4382fd8 to 768f151 Compare December 23, 2024 14:22
@issam71100 issam71100 force-pushed the feature/parser/remove-a1-cell-dependence branch from 768f151 to 9b0baf4 Compare December 23, 2024 15:01
@issam71100 issam71100 added the Review Ready The branch is ready for review (in a working state and/or review required) label Dec 23, 2024
Copy link
Collaborator

@romainfd romainfd left a comment

Choose a reason for hiding this comment

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

Juste une petite question sur l'action github mais top sinon ! Merci :)

Comment on lines 188 to 192
commit_options: '--no-verify'
file_pattern: |
csv_parser/json_schema2xsd/src/main/resources/schemas.yaml
csv_parser/out/**/*.docx
csv_parser/out/**/*.pdf
Copy link
Collaborator

Choose a reason for hiding this comment

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

Pourquoi ces ajouts ?

Copy link
Author

Choose a reason for hiding this comment

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

J'avais une erreur dans la pipeline, le commit push ne fonctionnais pas car certains fichier allait être écrasé lors du changement de branche. J'ai donc rajouté ces 2 options me permettant d'ignorée ces fichiers.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Mais on veut le garder ?

Copy link
Author

Choose a reason for hiding this comment

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

D'accord, je vais modifier la pipeline pour rajouter ces fichiers dans le commit alors

@issam71100 issam71100 self-assigned this Dec 23, 2024
@romainfd romainfd deleted the branch auto/model_tracker December 24, 2024 14:16
@romainfd romainfd closed this Dec 24, 2024
@romainfd romainfd reopened this Dec 24, 2024
@issam71100 issam71100 force-pushed the feature/parser/remove-a1-cell-dependence branch from 29d0351 to b58fc6b Compare December 27, 2024 08:04
@romainfd
Copy link
Collaborator

Fermée pour reprise par #222

@romainfd romainfd closed this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Review Ready The branch is ready for review (in a working state and/or review required)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants