Skip to content

Commit

Permalink
Improve logs to try to troubleshoot issue with release in astro-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 7, 2024
1 parent da7ad06 commit c7a4599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmos/operators/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ def get_datasets(self, source: Literal["inputs", "outputs"]) -> list[Dataset]:
for output in getattr(completed, source):
dataset_uri = output.namespace + "/" + output.name
uris.append(dataset_uri)
logger.debug("URIs to be converted to Dataset: %s", uris)
return [Dataset(uri) for uri in uris]

def register_dataset(self, new_inlets: list[Dataset], new_outlets: list[Dataset]) -> None:
Expand Down

0 comments on commit c7a4599

Please sign in to comment.