What level of completion is required for contribut...
# ask-community
e
What level of completion is required for contributions to a dagster plugin to be welcome? We have our own AWS SQS implementation now since it was missing from dagster_aws. If it has (tested of course) basic message fetching, deleting, resource, etc. but does not implement all of the API, is it ok? Am I responsible for developing it further then?
🤖 1
s
cc @jordan as AWS guru
j
It’s hard to say without seeing the PR, but in general, any incremental improvement is welcome. No, it does not become your responsibility to extend and support further because you contributed once, but we certainly welcome additional contributions!
👍 1
e
Thanks Jordan then I will ping you on GH after we make the PR.