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 don't want to encourage developers to write credentials in job code, Authentication should be handled by the adaptor it self. The current content is bad practices
Add a debugging section
### Debugging
- Use `console.log()` liberally during development
- Test with small data sets first
- Use the OpenFn CLI to test locally
- Check compiled code with `openfn compile` if needed
Description
Improvements for job writing guide docs.