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

standardize import parameters schema #335

Open
parkedwards opened this issue Dec 17, 2024 · 0 comments
Open

standardize import parameters schema #335

parkedwards opened this issue Dec 17, 2024 · 0 comments
Assignees

Comments

@parkedwards
Copy link
Contributor

parkedwards commented Dec 17, 2024

we have a couple of fragmentations

  • some take both name / ID, but prefix name with name/<name>
  • some only take ID

some of this is due to the resource API itself, because we may not be able to query by both. but in cases that we can, we should standardize the name import with the name/ prefix

however, we should also be standardizing the workspace_id structure. for example:

  • some resources expect workspace_id,resource_id (webhooks, work pools, flow)
  • some resources expect resource_id,workspace_id(blocks, automations, variables)

we should definitely standardize that

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

No branches or pull requests

2 participants