atul-chegg

Results 11 comments of atul-chegg

I solved it the following way. 1. Create a mysql client conf file ``` atul.atri@C02FD3A3MD6M iac-datahub % cat conf/my.cnf [client] ssl=true ``` 2. Create a config map. I am using...

This is probably because mysql-setuo-job does not use same ENV variables used by GMS service. It should also use same env variables as GMS. mysql-setuo-job uses the following env variables...

datahub-elasticsearch-setup-job worked for me. 1. I deleted index from aws open search ``` atul.atri@C02FD3A3MD6M iac-datahub-db % curl -X DELETE "https:///datahub_usage_event?pretty" { "acknowledged" : true }% ``` 2. Set the following...

Issue link https://github.com/datahub-project/datahub/issues/5872

@shirshanka > Does adding the jar on the classpath automatically ensure that secrets are resolved from the secret store? Yes. Please see documentation at https://github.com/aws/aws-secretsmanager-jdbc We just need to change...

I tested the following way. 1. Checkout ``` git clone [email protected]:atul-chegg/datahub.git git checkout add-aws-mysql-jdbc-driver git merge master ``` 2. Build image. I use mac. ``` atul.atri@C02FD3A3MD6M datahub % docker buildx...

@jjoyce0510 Please let me know if it can be merged now

@shirshanka Thank you for accepting my MR. > About external jars, I really do not know how you are going to implement this. But I did some testing. I started...

Hi @treff7es We have not tried anything related to acryl-datahub-actions yet. I show these errors in container. Although, container is running and not crashing. These container log messages suggested that...