Skip to content

Instantly share code, notes, and snippets.

@mnlipp
mnlipp / nextcloud-form-to-table.py
Created October 12, 2025 12:01
Creates an Airflow DAG that copies submissions from a Nextcloud Form into a Nextcloud Table
# SPDX-License-Identifier: AGPL-3.0-only
from airflow import DAG
from airflow.decorators import task
from airflow.providers.http.hooks.http import HttpHook
from datetime import datetime, timedelta
import json
import os
def create_form_to_table_dag(