vic-bw88 opened a new issue, #18297:
URL: https://github.com/apache/dolphinscheduler/issues/18297

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   For DS Version: 3.4.1  had add TenantExistValidator for workflow
   this will course trigger workflow error with pyds.
   Error message as: Tenant: [null] not exists
   
   Please fix this:
   
    WorkflowTriggerRequest workflowTriggerRequest = 
WorkflowTriggerRequest.builder()
                    ........
                   .tenantCode(user.getTenantCode()) 
                   .build();
   
   ### What you expected to happen
   
   Can trigger workflow via pyds successed
   
   ### How to reproduce
   
   Open pyds-gateway,  run a testing python job , define ,submit workflow, then 
will course Tenant: [null] not exists
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.4.1
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to