Skip to content

Commit

Permalink
remove flow metadata generation
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 6, 2025
1 parent aa18433 commit df409db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/prefect_collection_registry/update_collection_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
from prefect_collection_registry.generate_block_metadata import (
update_block_metadata_for_collection,
)
from prefect_collection_registry.generate_flow_metadata import (
update_flow_metadata_for_collection,
)
from prefect_collection_registry.generate_worker_metadata import (
update_worker_metadata_for_package,
)
Expand Down Expand Up @@ -106,7 +103,6 @@ async def update_collection_metadata(
) -> State:
"""Updates each variety of metadata for a given package."""
# Run updates sequentially to avoid conflicts in aggregate files
await update_flow_metadata_for_collection(collection_name, branch_name)
await update_block_metadata_for_collection(collection_name, branch_name)
await update_worker_metadata_for_package(collection_name, branch_name)

Expand Down

0 comments on commit df409db

Please sign in to comment.