Skip to content

reorganize into flows, tasks, and functions#15

Closed
groovecoder wants to merge 1 commit intomainfrom
refactor-to-prefect
Closed

reorganize into flows, tasks, and functions#15
groovecoder wants to merge 1 commit intomainfrom
refactor-to-prefect

Conversation

@groovecoder
Copy link
Member

Refactors into a new module structure for using https://www.prefect.io:

├──  data_models  // pydantic models
├──  flows        // prefect flows
├──  functions    // core functions
├──  local        // local data and models when running in "local" mode
├──  scripts      // main callable scripts
├──  tasks        // prefect tasks
└── 󰙨 tests        // tests

@groovecoder groovecoder force-pushed the refactor-to-prefect branch 2 times, most recently from 920c584 to b688453 Compare March 30, 2025 22:17
@groovecoder groovecoder force-pushed the refactor-to-prefect branch from b688453 to 4fc7240 Compare March 30, 2025 22:17
@groovecoder
Copy link
Member Author

Closing to re-do this branch on latest main.

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.

1 participant

Comments