Skip to content

Fix pubsub producer script path#31

Merged
shlbatra merged 2 commits into
mainfrom
fix/pubsub-producer-script-path
Jun 16, 2026
Merged

Fix pubsub producer script path#31
shlbatra merged 2 commits into
mainfrom
fix/pubsub-producer-script-path

Conversation

@shlbatra

Copy link
Copy Markdown
Owner

Summary

  • Fix run_pubsub_producer.sh — used relative path scripts/pubsub_producer.py which broke when running from inside scripts/. Now resolves path relative to script location using SCRIPT_DIR.
  • Fix deploy_dataflow_feature.sh — updated echo instructions to reference ./scripts/run_pubsub_producer.sh instead of a wrong path.

Test plan

  • Run cd scripts && ./run_pubsub_producer.sh — should find pubsub_producer.py
  • Run ./scripts/run_pubsub_producer.sh from repo root — should still work

🤖 Generated with Claude Code

shlbatra and others added 2 commits June 16, 2026 18:06
Resolves script path relative to script location instead of cwd,
fixing 'No such file or directory' when running from scripts/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…pipeline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shlbatra shlbatra merged commit 1561153 into main Jun 16, 2026
1 check passed
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.

1 participant