https://dagster.io/ logo
#integration-airbyte
Title
# integration-airbyte
j

Joel Olazagasti

01/10/2023, 6:46 PM
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