Skip to content

support connection config, fix connect file is unset problem

1d08663
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

[Feature] Support connection config, and use conn_id to replace conn info in job config #8945

support connection config, fix connect file is unset problem
1d08663
Select commit
Loading
Failed to load commit list.
GitHub Actions / Build required action Mar 11, 2025 in 0s

Workflow run detection failed

Unable to detect the workflow run for testing the changes in your PR.

  1. If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also Disabling or limiting GitHub Actions for a repository for more details.
  2. Create and push an empty commit to trigger the workflow.
  3. It is possible your branch is based on the old dev branch in Apache SeaTunnel, please sync your branch to the latest dev branch. For example as below:
    git fetch upstream
    git rebase upstream/dev
    git push origin YOUR_BRANCH --force