Hi, guys! How you doing?
I’ve been studying GX to implement it in the company I work. We use Snowflake as our datalake. I’ve been facing trouble to replace variables declared in config_variables.yml in great_expectations.yml. When print(context.config_variables)
, they are all there, even connecting to gcp secret manager, but the context keeps setting ${VARIABLE} as a string. That happens with all connection string info and the private key.
I’m using 1.5.6
Can someone help me out, please?