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

dag: Support dynamic git clone for sub-workflows #759

Open
yohamta opened this issue Dec 30, 2024 · 0 comments
Open

dag: Support dynamic git clone for sub-workflows #759

yohamta opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature to be implemented

Comments

@yohamta
Copy link
Collaborator

yohamta commented Dec 30, 2024

Add support for executing sub-workflows directly from a GitHub repository by performing a full git clone. This will allow users to reference workflows stored in GitHub and execute them without manual downloads.

Example:

steps:
  - name: run sub-dag from GitHub
    run:
      repo: "https://github.com/owner/repo.git"  # Git URL
      ref: "main"                 # Optional branch, tag, or commit SHA
      path: "path/to/dag.yaml"    # Path to the DAG file in the repo
      token: "${GITHUB_TOKEN}"    # Optional, for private repositories
@yohamta yohamta added the enhancement New feature to be implemented label Dec 30, 2024
@yohamta yohamta self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant