Add Windows PowerShell 5.1 support for local runner#452
Merged
Conversation
isshishi
reviewed
Apr 10, 2026
isshishi
reviewed
Apr 10, 2026
b64214f to
ccb67d1
Compare
added 2 commits
April 22, 2026 09:36
- Add build.ps1 and run.ps1 for all Airflow versions - Add .gitattributes to enforce LF line endings on all platforms - Fix run.ps1 to write .env before build so Docker Compose picks up REGION on Windows (PowerShell env vars not reliably inherited) - Add no-AWS-credentials support - Ignore generated .env files in .gitignore
Replace empty credential strings with dummy "local" values, keeping logging enabled by default. Matches the run.ps1 approach across all versions — ElasticMQ ignores credentials, CloudWatch fails visibly when ENV_NAME is set without real creds.
ccb67d1 to
ebe2453
Compare
isshishi
approved these changes
Apr 22, 2026
Mercury2699
approved these changes
Apr 22, 2026
This file contains hidden or 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
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.
Add support for powershell scripts, so these images can be run on windows machines.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.