Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new models #209

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Add new models #209

merged 1 commit into from
Sep 27, 2023

Conversation

pleek91
Copy link
Collaborator

@pleek91 pleek91 commented Sep 27, 2023

Description

Adds models to match the new endpoint being built.

@pleek91 pleek91 requested a review from a team as a code owner September 27, 2023 19:35
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for prefect-graphs ready!

Name Link
🔨 Latest commit 756f20c
🔍 Latest deploy log https://app.netlify.com/sites/prefect-graphs/deploys/65148407dac5500008b0830b
😎 Deploy Preview https://deploy-preview-209--prefect-graphs.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

defineProps<{
flowRunId: string,
config: FlowRunGraphConfig,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is noteworthy to call out. By accepting the flowRunId and a fetch method to get the graph data. This component can do its own fetching and refreshing of data. Which means it can fetch its own sub flow data rather than depending on the implementation to listen for events.

I'm not sure how this will effect the implementation forcing an update. Might expose a refresh method on the component instance itself.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah I dig this! The model binding hurdles were def a bit much there.

@pleek91 pleek91 merged commit 67d625c into main Sep 27, 2023
@pleek91 pleek91 deleted the new-models branch September 27, 2023 20:19
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