mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	Fix delete url (#4282)
This commit is contained in:
		
							parent
							
								
									61cb071ebc
								
							
						
					
					
						commit
						e8e8df60b3
					
				@ -110,7 +110,7 @@ public class AirflowRESTClient {
 | 
			
		||||
    try {
 | 
			
		||||
      String token = authenticate();
 | 
			
		||||
      String authToken = String.format(AUTH_TOKEN, token);
 | 
			
		||||
      String triggerEndPoint = "%s/rest_api/api?api=delete_delete&dag_id=%s";
 | 
			
		||||
      String triggerEndPoint = "%s/rest_api/api?api=delete_dag&dag_id=%s";
 | 
			
		||||
      String triggerUrl = String.format(triggerEndPoint, airflowURL, pipelineName);
 | 
			
		||||
      JSONObject requestPayload = new JSONObject();
 | 
			
		||||
      requestPayload.put("workflow_name", pipelineName);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user