ruff/crates/ruff_linter/resources/test/fixtures/airflow/AIR302_postgres.py

8 lines
171 B
Python

from __future__ import annotations
from airflow.hooks.postgres_hook import PostgresHook
from airflow.operators.postgres_operator import Mapping
PostgresHook()
Mapping()