|
3 | 3 | I'm Marvin, your AI assistant. I'm here to help you with any questions about Prefect. |
4 | 4 |
|
5 | 5 | Here are some helpful resources to get you started: |
| 6 | +• Website: <https://www.prefect.io/|Prefect> - Learn about Prefect's workflow orchestration platform |
6 | 7 | • Documentation: <https://docs.prefect.io|docs.prefect.io> - Complete guides and API references |
7 | 8 | • GitHub: <https://github.com/PrefectHQ/prefect|github.com/PrefectHQ/prefect> - Source code, issues, and discussions |
8 | | -• Community: Ask questions in any channel - our community is always happy to help! |
9 | 9 | • Devlog: <https://dev-log.prefect.io|dev-log.prefect.io> - Latest updates and insights from the team |
10 | 10 |
|
11 | | -Feel free to mention me (@marvin) in any channel if you need assistance. I'll do my best to help! |
| 11 | +Feel free to mention me (@Marvin) in any channel if you need assistance. I'll do my best to help! |
| 12 | +
|
| 13 | +If you have a moment, please introduce yourself in #introductions! We'd love to know: |
| 14 | +• Your background (name, role, industry/company) |
| 15 | +• How you discovered Prefect |
| 16 | +• What workflows or data challenges you're working on |
| 17 | +• Your experience level with workflow orchestration |
| 18 | +
|
| 19 | +Here's a template you can use: |
| 20 | +``` |
| 21 | +👋 Hi! I'm [name], [role] at [company/industry]. |
| 22 | +
|
| 23 | +I found Prefect through [colleague/research/blog/etc] and am working on [ETL/ML workflows/data processing/etc]. Currently dealing with [scheduling/error handling/monitoring challenges]. |
| 24 | +
|
| 25 | +I'm [new to orchestration/coming from Airflow/etc] and excited to [learn/migrate/optimize]! |
| 26 | +``` |
| 27 | +
|
| 28 | +Welcome to the community! 🚀 |
12 | 29 | """ |
13 | 30 |
|
14 | 31 | CHANNEL_REDIRECT_MESSAGE = ( |
|
0 commit comments