This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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( |