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

Ability to run python scripts #3874

Merged
merged 3 commits into from
May 29, 2024
Merged

Conversation

dimaopen
Copy link
Collaborator

@dimaopen dimaopen commented May 29, 2024

One can define these params in the beam config to execute python scripts

beam.outputs.analysis.iterationScripts=["src/main/python/events_analysis/events_within_beam.py"]
beam.outputs.analysis.simulationScripts=["src/main/python/events_analysis/emoj.py"]

This change is Reviewable

@dimaopen dimaopen self-assigned this May 29, 2024
@dimaopen dimaopen linked an issue May 29, 2024 that may be closed by this pull request
Copy link
Collaborator

@nikolayilyin nikolayilyin left a comment

Choose a reason for hiding this comment

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

I changed default waiting time for python script to finish from 5 to 60 minutes, the rest looks great

@nikolayilyin
Copy link
Collaborator

test!

@nikolayilyin nikolayilyin merged commit 7fc2c7f into develop May 29, 2024
1 check passed
@nikolayilyin nikolayilyin deleted the do/3867-analytic-python-scripts branch May 29, 2024 15:56
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.

Analysis Python scripts: standardize and add to repo
2 participants