File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ def get_client(
8686 oauth_client_id = os .environ .get ("ATLAN_OAUTH_CLIENT_ID" , "" )
8787 oauth_client_secret = os .environ .get ("ATLAN_OAUTH_CLIENT_SECRET" , "" )
8888
89- print (oauth_client_id )
90- print (oauth_client_secret )
91- print (type (oauth_client_id ))
92- print (type (oauth_client_secret ))
9389 if oauth_client_id and oauth_client_secret :
9490 LOGGER .info ("Using OAuth client credentials for authentication." )
9591 client = AtlanClient (
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class EndPoint(EndpointMixin, Enum):
185185 )
186186 HEKA = "api/sql/" , "http://heka-service.heka.svc.cluster.local/"
187187 IMPERSONATION = "" , "http://keycloak-http.keycloak.svc.cluster.local/"
188- HERACLES = "api/service/" , "https ://heracles-service.heracles.svc.cluster.local/"
188+ HERACLES = "api/service/" , "http ://heracles-service.heracles.svc.cluster.local/"
189189 CHRONOS = "events/openlineage/" , "http://chronos-service.kong.svc.cluster.local/"
190190
191191
You can’t perform that action at this time.
0 commit comments