Is there a way to stop GX leaking my private key into the yml file. I’m using GX inside Airflow and using an airflow connection. My key file contents is getting injected into the yml file as a raw string. I want to VC the great_expectations.yml
file. Especially troublesome is the header is getting stripped so my pre-commit checks (Gitleaks regex rules) are not catching the leak (looking for “------begin private key…”.