Skip to content

Conversation

@MohcineTor
Copy link
Collaborator

Hi,
new feat:

  • Show state both local and remote

@MohcineTor MohcineTor requested a review from sellisd February 4, 2026 17:03
"""Liste les noms des fichiers de state présents dans le container Azure."""
try:
self.set_blob_client()
container_client = self.blob_client.get_container_client(container="babylon-states")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps move the string to a parameter we set in the constructor, so if in the future it changes it is easier to keep track?

self.set_blob_client()
container_client = self.blob_client.get_container_client(container="babylon-states")
# On filtre pour ne prendre que les fichiers state.*.yaml
blobs = container_client.list_blobs(name_starts_with="state.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this return one page or all blobs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants