├── .gitignore ├── README.md ├── docker-compose.yaml ├── example.png ├── ms_teams_powerautomate_webhook_operator.py ├── sample_dag.py ├── samplecard.json └── screenshots ├── 001.png ├── 002.png ├── 003.png ├── 004.png ├── 005.png └── 006.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/example.png -------------------------------------------------------------------------------- /ms_teams_powerautomate_webhook_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/ms_teams_powerautomate_webhook_operator.py -------------------------------------------------------------------------------- /sample_dag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/sample_dag.py -------------------------------------------------------------------------------- /samplecard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/samplecard.json -------------------------------------------------------------------------------- /screenshots/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/001.png -------------------------------------------------------------------------------- /screenshots/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/002.png -------------------------------------------------------------------------------- /screenshots/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/003.png -------------------------------------------------------------------------------- /screenshots/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/004.png -------------------------------------------------------------------------------- /screenshots/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/005.png -------------------------------------------------------------------------------- /screenshots/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mendhak/Airflow-MS-Teams-Operator/HEAD/screenshots/006.png --------------------------------------------------------------------------------