How to Move from User's Query to a Full Working Workflow Using Pipedream in Python?

This topic was automatically generated from Slack. You can find the original thread here.

Hi everyone, I have some questions about the correct pattern (according pipedream) of moving from user’s query (e.g. send me an email every morning that summarize post from social media about company XYZ) to a full working workflow.
I know about “search_pipedream_components” that should make my life very easy and then,
“fetch_component_schemas” which is the next practical step to gather the inputs for the components.
but what goes next? how can I deploy? How can tracks errors?
Im looking for some “only python” hello world that demonstrates how to make a small (even very small) workflow from user’s query.

Please share your thoughts,

Thanks!

I don’t have Python examples for you yet (though we’re actively working on our Python SDK and will be publishing one very soon), but have you see this section in our docs?

I saw yes. Im trying to make a python pipeline from this examples but Im having a hard time to get the big picture.

Have you played around w/ the SDK playground? Does that help? One SDK, thousands of API integrations

Ill try. the python sdk is very important. Im waiting :grinning: