Fixes 22994 (PR): Add List import to avoid errors (#23144)

This commit is contained in:
Roman Sheludko 2025-08-28 20:28:48 +02:00 committed by GitHub
parent 4ac030ed25
commit 3d2e86e102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ OpenMetadata Airflow Lineage Backend
"""
import json
import os
from typing import Optional
from typing import List, Optional
from airflow.configuration import AirflowConfigParser
from pydantic import BaseModel