Manmeet Kaur

Results 3 comments of Manmeet Kaur

@tatiana I can take up this ticket if it is okay with you.

@tatiana just one correction, as we discussed in our meeting, the "decorator" category operators including `@dataframe`, `@transform`, `@run_raw_sql` have special logic included to make them work. That could be de-prioritized...

Tested Code: ``` from typing import Callable import os from datetime import datetime from airflow import DAG from astro import sql as aql from astro.files import File from astro.constants import...