I think the `BigQuerySource` in the ingestion as ...
# integration-airbyte
j
I think the
BigQuerySource
in the ingestion as code library is not configured correctly to recognize the
credentials_json
field as a secret. Airbyte will not return that value by api, but the dagster library will print it in plain text, and always considers it a diff (even if you've just applied the same config)
I actually nailed down where the secret key matching originates, and I opened a PR for a fix here