Skip to content

Commit

Permalink
[Fix] Airflow Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinmaniar123 committed Nov 21, 2023
1 parent c8b9266 commit c4615f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ openmetadata:
dbParams: "allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC"
pipelineServiceClientConfig:
enabled: true
className: "io.collate.pipeline.argo.ArgoServiceClient"
className: "org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient"
# endpoint url for airflow
apiEndpoint: http://openmetadata-dependencies-web:8080
# this will be the api endpoint url of OpenMetadata Server
Expand Down

0 comments on commit c4615f2

Please sign in to comment.