We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd59c9 commit 5a7c2beCopy full SHA for 5a7c2be
airbyte_cdk/cli/airbyte_cdk/_secrets.py
@@ -328,6 +328,7 @@ def _write_secret_file(
328
Optional[str]: Error message if no enabled version is found, None otherwise
329
"""
330
# List all enabled versions of the secret
331
+ # This ensures versions[0] will be the most recently created enabled version
332
response = client.list_secret_versions(
333
request={"parent": secret.name, "filter": "state:ENABLED"}
334
)
0 commit comments