Could you please confirm whether Lakebridge reconciliation requires all connection properties to be stored in Key Vault/secrets, including:

  • username

  • password

  • host

  • port

  • database

  • encrypt

  • trustServerCertificate

We are asking because reconciliation is generating queries with values like None.database_name.table_name, so we are trying to understand whether some connection properties are not being resolved correctly from secrets/configuration.

Akshay Petkar