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

[Task]: Clean up Python Tests workflow #33345

Open
damondouglas opened this issue Dec 10, 2024 · 1 comment · May be fixed by #33396
Open

[Task]: Clean up Python Tests workflow #33345

damondouglas opened this issue Dec 10, 2024 · 1 comment · May be fixed by #33396
Assignees

Comments

@damondouglas
Copy link
Contributor

damondouglas commented Dec 10, 2024

What needs to happen?

.github/workflows/python_tests.yml contains an Authenticate on GCP step that uses google-github-actions/auth@v1. Said step provides Google Cloud authentication using an outdated static credential pattern and can be removed. Notably the Python Word count Dataflow is skipped and could be enabled.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

@damondouglas damondouglas self-assigned this Dec 10, 2024
@github-actions github-actions bot added the P2 label Dec 10, 2024
@damondouglas damondouglas changed the title [Task]: Remove static GCP credentials from Python Tests [Task]: Clean up Python Tests workflow Dec 12, 2024
@damondouglas
Copy link
Contributor Author

damondouglas commented Dec 12, 2024

Waiting for #33354 approval/merge before addressing this issue as it will follow the same strategy.

@damondouglas damondouglas linked a pull request Dec 17, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant