You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing imports failures for some apps in code. E.g., the following code generates an error:
importgoogle_slidesfrom"@pipedream/google_slides"exportdefaultdefineComponent({asyncrun({ steps, $ }){// Reference previous step data using the steps object and return data to use it in future stepsreturnsteps.trigger.event},})
It appears there is a missing Google Drive dependency.
Another example that fails is @pipedream/netlify
Set up tests to validate imports work for all apps and run them on a regular basis (e.g., daily)?